Message ID | 1398417735.18537.406.camel@kazak.uk.xensource.com |
---|---|
State | New |
Headers | show |
Ian Campbell writes ("Re: [OSSTEST PATCH 0/3] test linux-next"): > On Mon, 2014-04-14 at 11:33 +0100, Ian Jackson wrote: > > 1/3 sg-check-tested: add "use strict" > > 2/3 sg-check-tested: support --git-ancestor-of > > 3/3 cr-*, ap-*: Facilities for testing linux-next > > These have now pushed the push gate, but the branch is not yet enabled > in the crontab or cr-for-branches. > > Since linux-next is published daily I think a daily cronjob would be > more appropriate than adding to cr-for-branches which runs multiple > times per day. > > Looking at > http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/refs/ > and the dates of the various next-XXXXXX tags it seems that there are > new trees Monday to Friday and that they are constructed in the early > hours of the Morning GMT (Stephen who runs Linux next is in Australia I > think). > > So I have made the following change to the production crontab and also > pushed it to osstest's pretest branch. That looks plausible, thanks. Ian.
diff --git a/crontab b/crontab index c9786af..77c7c20 100644 --- a/crontab +++ b/crontab @@ -3,6 +3,7 @@ MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com # m h dom mon dow command 49 1 * * * cd testing.git && BRANCHES_ALWAYS=xen-unstable ./cr-for-branches branches -w "./cr-daily-branch --real" 4-59/30 * * * * cd testing.git && ./cr-for-branches branches -q "./cr-daily-branch --real" +18 9 * * 1-5 cd testing.git && BRANCHES=linux-next ./cr-for-branches branches -w "./cr-daily-branch --real" 18 10 * * * cd testing.git && BRANCHES=linux-linus ./cr-for-branches branches -w "./cr-daily-branch --real" 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"