]> xenbits.xensource.com Git - osstest.git/commitdiff
crontab-cambridge: Change the days when we run a given distro-debian suite
authorIan Campbell <ian.campbell@citrix.com>
Mon, 14 Sep 2015 10:20:06 +0000 (11:20 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 14 Sep 2015 10:37:59 +0000 (11:37 +0100)
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>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
crontab-cambridge

index 7393fe503124d02431d174d1ca45404ca767e727..358b2fa9f95513770c9eed7538d8512cb8e20a6e 100644 (file)
@@ -3,11 +3,14 @@ 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"
 11-59/30       *       * * *           cd testing.git && OSSTEST_BASELINES_ONLY=y              ./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