From: Ian Jackson Date: Thu, 27 Aug 2015 15:55:13 +0000 (+0100) Subject: crontab: Enable xen-unstable-smoke branch every 3h at <1mod3>:51 UTC X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=607fb00b31abf2aece717944e53a4fef326da7fe;p=osstest.git crontab: Enable xen-unstable-smoke branch every 3h at <1mod3>:51 UTC Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/crontab b/crontab index 436645b..b9d4ad1 100644 --- a/crontab +++ b/crontab @@ -2,6 +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" +51 1-23/3 * * * cd testing.git && BRANCHES=xen-unstable-smoke ./cr-for-branches branches -w "./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"