diff mbox

[Xen-devel,osstest,v5] Add libvirt build and test jobs.

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

Commit Message

Ian Campbell April 25, 2014, 9:22 a.m. UTC
On Wed, 2014-04-23 at 11:07 +0100, Ian Campbell wrote:
> I have run this through a "cr-daily-branch --real" and the push gate machinery
> seem functional. The test cases run through to starting a guest which fails
> because virsh support has not been implemented yet.

I discussed this with Ian yesterday and have now pushed this to
osstest's own gateway, along with the following extra change.

However I won't load this new crontab until after these changes have
passed the osstest push gate.

8<-----

From 0b5094e69de4c1a6cfb866d0cfe4d10ba655285c Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@citrix.com>
Date: Fri, 25 Apr 2014 10:07:56 +0100
Subject: [PATCH] crontab: Add a daily run of the libvirt branch.

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: [PATCH osstest v5] Add libvirt build and test jobs."):
> On Wed, 2014-04-23 at 11:07 +0100, Ian Campbell wrote:
> > I have run this through a "cr-daily-branch --real" and the push gate machinery
> > seem functional. The test cases run through to starting a guest which fails
> > because virsh support has not been implemented yet.
> 
> I discussed this with Ian yesterday and have now pushed this to
> osstest's own gateway, along with the following extra change.
> 
> However I won't load this new crontab until after these changes have
> passed the osstest push gate.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Ian Campbell April 30, 2014, 2:59 p.m. UTC | #2
On Wed, 2014-04-30 at 15:55 +0100, Ian Jackson wrote:
> Ian Campbell writes ("Re: [PATCH osstest v5] Add libvirt build and test jobs."):
> > On Wed, 2014-04-23 at 11:07 +0100, Ian Campbell wrote:
> > > I have run this through a "cr-daily-branch --real" and the push gate machinery
> > > seem functional. The test cases run through to starting a guest which fails
> > > because virsh support has not been implemented yet.
> > 
> > I discussed this with Ian yesterday and have now pushed this to
> > osstest's own gateway, along with the following extra change.
> > 
> > However I won't load this new crontab until after these changes have
> > passed the osstest push gate.
> 
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Which reminded me to reload the crontab now that this is through the
gateway, which I've just done...

Ian.
diff mbox

Patch

diff --git a/crontab b/crontab
index 77c7c20..002876a 100644
--- a/crontab
+++ b/crontab
@@ -7,6 +7,7 @@  MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com
 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"
+18		13	* * *		cd testing.git && BRANCHES=libvirt		./cr-for-branches branches -w "./cr-daily-branch --real"
 6-59/15   	*	* * *		cd testing.git && EXTRA_BRANCHES='linux-linus linux-3.0' ./cr-for-branches bisects -w "./cr-try-bisect --real"
 #8-59/5		*	* * *		cd bisects/adhoc.git &&	with-lock-ex -q data-tree-lock bash -c "./cr-try-bisect-adhoc; exit $?"
 3		5	* * *		savelog -c28 testing.git/tmp/cr-for-branches.log >/dev/null