diff mbox

[Xen-devel,OSSTEST,0/3] test linux-next

Message ID 1398417735.18537.406.camel@kazak.uk.xensource.com
State New
Headers show

Commit Message

Ian Campbell April 25, 2014, 9:22 a.m. UTC
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@citrix.com>
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@citrix.com>
---
 crontab | 1 +
 1 file changed, 1 insertion(+)

Comments

Ian Jackson April 30, 2014, 2:55 p.m. UTC | #1
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 mbox

Patch

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"