From 94ecad90192c673918f7e50bef22cd37670f2ab4 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 8 Jul 2015 13:30:57 +0100 Subject: [PATCH] distros: Run one suite per day on a weekly basis 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 Acked-by: Ian Jackson --- crontab-cambridge | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crontab-cambridge b/crontab-cambridge index 7ca51f9..cdf7ea2 100644 --- a/crontab-cambridge +++ b/crontab-cambridge @@ -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 -- 2.39.5