[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [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. 8<----- From 382311ca045ac02398b3c2b4937700f3afe9bce9 Mon Sep 17 00:00:00 2001 From: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Fri, 25 Apr 2014 09:37:13 +0100 Subject: [PATCH] crontab: Enable linux-next branch linux-next is published week days in the early hours GMT. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/crontab b/crontab index c9786af..77c7c20 100644 --- a/crontab +++ b/crontab @@ -3,6 +3,7 @@ MAILTO=ian.jackson@xxxxxxxxxx,ian.campbell@xxxxxxxxxxxxx # 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" -- 1.9.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |