]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
distros: Run one suite per day on a weekly basis
authorIan Campbell <ian.campbell@citrix.com>
Wed, 8 Jul 2015 12:30:57 +0000 (13:30 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 23 Jul 2015 14:38:18 +0000 (15:38 +0100)
Once a week should be sufficient for these tests. Perhaps in the
future we will want to increase the frequency for the suites under
active development (testing, unstable)

For now run this on the Citrix Cambridge instance until the XenProject
instance has sufficient capacity.

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

index 7ca51f95dcad3c728bed390a65e337b5dcbda846..cdf7ea2012d75612f662c8fbe25cd41ed9a8e209 100644 (file)
@@ -1,6 +1,11 @@
 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
-4-59/30                *       * * *           cd testing.git && BRANCHES='osstest'            ./cr-for-branches branches -q "./cr-daily-branch --real"
+4-59/30                *       * * *           cd testing.git && BRANCHES='osstest'                    ./cr-for-branches branches -q "./cr-daily-branch --real"
+46             7       * * 6           cd testing.git && BRANCHES='distros-debian-snapshot'    ./cr-for-branches branches -w "./cr-daily-branch --real"
+46             7       * * 5           cd testing.git && BRANCHES='distros-debian-sid'         ./cr-for-branches branches -w "./cr-daily-branch --real"
+46             7       * * 4           cd testing.git && BRANCHES='distros-debian-jessie'      ./cr-for-branches branches -w "./cr-daily-branch --real"
+46             7       * * 3           cd testing.git && BRANCHES='distros-debian-wheezy'      ./cr-for-branches branches -w "./cr-daily-branch --real"
+46             7       * * 2           cd testing.git && BRANCHES='distros-debian-squeeze'     ./cr-for-branches branches -w "./cr-daily-branch --real"
 22             8       * * *           cd testing.git && BRANCHES=maintjobs            ./cr-for-branches . -w ./cr-all-branch-statuses ''
 3              4       * * *           savelog -c28 testing.git/tmp/cr-for-branches.log >/dev/null