[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 1/2] crontab-cambridge: Change the days when we run a given distro-debian suite
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@xxxxxxxxxx> --- 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@xxxxxxxxxx,ian.campbell@xxxxxxxxxxxxx # 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |