]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
crontab: Run smoke tests every 1h if one not already running
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 16 Oct 2015 13:50:11 +0000 (14:50 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 16 Oct 2015 14:27:43 +0000 (15:27 +0100)
And move the attempt to the top of the hour.

62985 took ~1h40 so we would normally run one every couple of hours.
We have a reasonable amount of capacity right now.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
crontab

diff --git a/crontab b/crontab
index 6fd570404244ce1784ca771368c336e48ec1a3ff..09b8d148f0e3a201dd2c72e03ddc0b9e02f2332f 100755 (executable)
--- a/crontab
+++ b/crontab
@@ -5,7 +5,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com
 # m            h       dom mon dow     command
 49             1       * * *           cd testing.git && BRANCHES_ALWAYS=xen-unstable  ./cr-for-branches branches -w "./cr-daily-branch --real"
-51             1-23/3  * * *           cd testing.git && BRANCHES=xen-unstable-smoke   ./cr-for-branches branches -w "./cr-daily-branch --real"
+0              *       * * *           cd testing.git && BRANCHES=xen-unstable-smoke   ./cr-for-branches branches -q "./cr-daily-branch --real"
 4-59/30                *       * * *           cd testing.git &&                               ./cr-for-branches branches -q "./cr-daily-branch --real"
 18             9       * * 1,3,5       cd testing.git && BRANCHES=linux-next           ./cr-for-branches branches -w "./cr-daily-branch --real"
 18             4       * * *           cd testing.git && BRANCHES='linux-linus linux-mingo-tip-master linux-3.0 libvirt rumpuserxen' ./cr-for-branches branches -w "./cr-daily-branch --real"