* [PATCH OSSTEST 1/2] crontab-cambridge: Change the days when we run a given distro-debian suite
@ 2015-09-14 10:20 Ian Campbell
2015-09-14 10:20 ` [PATCH OSSTEST 2/2] crontab-cambridge: Add distros-debian-stretch Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-09-14 10:20 UTC (permalink / raw)
To: ian.jackson, xen-devel; +Cc: Ian Campbell
The weekly CD images which are used by the snapshot flight are
generated Sunday-Monday, so running that on a Saturday as we have been
doing ensures that it will take at least two iterations/weeks to get
any issues fixed.
Also the current ordering of the existing releases made it hard to
decide where to insert a new release (e.g. Stretch).
So reorder as:
- Run the Sid daily run on a Monday
- Run the Snapshot run on a Tuesday (to pick up the weekly builds
from Monday)
- Run Squeeze on Wednesday and continue with newer releases
chronologically from there.
New releases can then be added at the end (wrapping the days).
Also add some blank lines to aid clarity.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
crontab-cambridge | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/crontab-cambridge b/crontab-cambridge
index b2de44e..19669f0 100644
--- a/crontab-cambridge
+++ b/crontab-cambridge
@@ -2,11 +2,14 @@ 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"
-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"
+
+46 7 * * 1 cd testing.git && BRANCHES='distros-debian-sid' ./cr-for-branches branches -w "./cr-daily-branch --real"
+46 7 * * 2 cd testing.git && BRANCHES='distros-debian-snapshot' ./cr-for-branches branches -w "./cr-daily-branch --real"
+
+46 7 * * 3 cd testing.git && BRANCHES='distros-debian-squeeze' ./cr-for-branches branches -w "./cr-daily-branch --real"
+46 7 * * 4 cd testing.git && BRANCHES='distros-debian-wheezy' ./cr-for-branches branches -w "./cr-daily-branch --real"
+46 7 * * 5 cd testing.git && BRANCHES='distros-debian-jessie' ./cr-for-branches branches -w "./cr-daily-branch --real"
+
#8-59/5 * * * * cd bisects/adhoc.git && with-lock-ex -q data-tree-lock bash -c "./cr-try-bisect-adhoc; exit $?"
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.5.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH OSSTEST 2/2] crontab-cambridge: Add distros-debian-stretch
2015-09-14 10:20 [PATCH OSSTEST 1/2] crontab-cambridge: Change the days when we run a given distro-debian suite Ian Campbell
@ 2015-09-14 10:20 ` Ian Campbell
2015-09-14 10:29 ` Ian Jackson
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-09-14 10:20 UTC (permalink / raw)
To: ian.jackson, xen-devel; +Cc: Ian Campbell
I thought I'd done this ages ago...
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
crontab-cambridge | 1 +
1 file changed, 1 insertion(+)
diff --git a/crontab-cambridge b/crontab-cambridge
index 19669f0..c478203 100644
--- a/crontab-cambridge
+++ b/crontab-cambridge
@@ -9,6 +9,7 @@ MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com
46 7 * * 3 cd testing.git && BRANCHES='distros-debian-squeeze' ./cr-for-branches branches -w "./cr-daily-branch --real"
46 7 * * 4 cd testing.git && BRANCHES='distros-debian-wheezy' ./cr-for-branches branches -w "./cr-daily-branch --real"
46 7 * * 5 cd testing.git && BRANCHES='distros-debian-jessie' ./cr-for-branches branches -w "./cr-daily-branch --real"
+46 7 * * 6 cd testing.git && BRANCHES='distros-debian-stretch' ./cr-for-branches branches -w "./cr-daily-branch --real"
#8-59/5 * * * * cd bisects/adhoc.git && with-lock-ex -q data-tree-lock bash -c "./cr-try-bisect-adhoc; exit $?"
22 8 * * * cd testing.git && BRANCHES=maintjobs ./cr-for-branches . -w ./cr-all-branch-statuses ''
--
2.5.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-14 10:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14 10:20 [PATCH OSSTEST 1/2] crontab-cambridge: Change the days when we run a given distro-debian suite Ian Campbell
2015-09-14 10:20 ` [PATCH OSSTEST 2/2] crontab-cambridge: Add distros-debian-stretch Ian Campbell
2015-09-14 10:29 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).