diff mbox

[Xen-devel,OSSTEST,v2,15/15] distros: Run a flight over the weekend.

Message ID 1398681696-2773-15-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell April 28, 2014, 10:41 a.m. UTC
Once a week should be sufficient for this test. It involves quite a large
number of jobs so schedule it to start early on Saturday so it can run over the
weekend when, in theory, things should be quieter.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 crontab | 1 +
 1 file changed, 1 insertion(+)

Comments

Ian Jackson May 2, 2014, 2:05 p.m. UTC | #1
Ian Campbell writes ("[PATCH OSSTEST v2 15/15] distros: Run a flight over the weekend."):
> Once a week should be sufficient for this test. It involves quite a large
> number of jobs so schedule it to start early on Saturday so it can run over the
> weekend when, in theory, things should be quieter.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

(subject of course to all the rest of the series going in)

Thanks,
Ian.
diff mbox

Patch

diff --git a/crontab b/crontab
index 002876a..8e706d6 100644
--- a/crontab
+++ b/crontab
@@ -8,6 +8,7 @@  MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com
 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"
 18		13	* * *		cd testing.git && BRANCHES=libvirt		./cr-for-branches branches -w "./cr-daily-branch --real"
+46		7	* * 6		cd testing.git && BRANCHES=distros		./cr-for-branches branches -w "./cr-daily-branch --real"
 6-59/15   	*	* * *		cd testing.git && EXTRA_BRANCHES='linux-linus linux-3.0' ./cr-for-branches bisects -w "./cr-try-bisect --real"
 #8-59/5		*	* * *		cd bisects/adhoc.git &&	with-lock-ex -q data-tree-lock bash -c "./cr-try-bisect-adhoc; exit $?"
 3		5	* * *		savelog -c28 testing.git/tmp/cr-for-branches.log >/dev/null