Message ID | 1398417745.18537.407.camel@kazak.uk.xensource.com |
---|---|
State | New |
Headers | show |
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>
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 --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