From: Ian Jackson Date: Thu, 21 Nov 2013 12:27:51 +0000 (+0000) Subject: crontab: Run most branches half-hourly with -q rather than infrequently with -w X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aeafa2c9ebfe596fe21d38ad8690c357334d882f;p=people%2Fdariof%2Fosstest.git crontab: Run most branches half-hourly with -q rather than infrequently with -w Hopefully this won't implode too badly. Signed-off-by: Ian Jackson --- diff --git a/crontab b/crontab index 2c0193e..33667ff 100644 --- a/crontab +++ b/crontab @@ -2,7 +2,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" -49 11,14,17,19 * * * cd testing.git && ./cr-for-branches branches -w "./cr-daily-branch --real" +4/30 * * * * cd testing.git && ./cr-for-branches branches -q "./cr-daily-branch --real" 18 10 * * * cd testing.git && BRANCHES=linux-linus ./cr-for-branches branches -w "./cr-daily-branch --real" 18 11 * * * cd testing.git && BRANCHES=linux-mingo-tip-master ./cr-for-branches branches -w "./cr-daily-branch --real" 18 12 * * * cd testing.git && BRANCHES=linux-3.0 ./cr-for-branches branches -w "./cr-daily-branch --real"