Re: [Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-08-04 Thread Ian Campbell
On Tue, 2015-08-04 at 13:56 +0100, Ian Campbell wrote: > On Thu, 2015-07-23 at 17:52 +0100, Stefano Stabellini wrote: > > diff --git a/ap-fetch-version b/ap-fetch-version > > index 33aaf00..2788d9f 100755 > > --- a/ap-fetch-version > > +++ b/ap-fetch-version > > @@ -80,6 +80,9 @@ libvirt) > > rump

Re: [Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-08-04 Thread Ian Campbell
On Thu, 2015-07-23 at 17:52 +0100, Stefano Stabellini wrote: > diff --git a/ap-fetch-version b/ap-fetch-version > index 33aaf00..2788d9f 100755 > --- a/ap-fetch-version > +++ b/ap-fetch-version > @@ -80,6 +80,9 @@ libvirt) > rumpuserxen) > repo_tree_rev_fetch_git rumpuserxen \ >

Re: [Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-08-04 Thread Ian Campbell
On Mon, 2015-08-03 at 18:09 +0100, Stefano Stabellini wrote: > +case "$branch" in > +xen*) ;; > +*) enable_raisin=false;; > +esac BTW, this doesn't actually enable raisin for builds on the raisin branch... Ian. ___ Xen-devel mailing lis

Re: [Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-08-04 Thread Ian Campbell
On Mon, 2015-08-03 at 18:09 +0100, Stefano Stabellini wrote: > On Fri, 31 Jul 2015, Ian Jackson wrote: > > Stefano Stabellini writes ("[PATCH v8 2/2] OSSTest: push successful > > raisin builds"): > > > Determine the most recent raisin revision that needs to be tested, > > > by comparing the stagin

Re: [Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-08-03 Thread Stefano Stabellini
On Fri, 31 Jul 2015, Ian Jackson wrote: > Stefano Stabellini writes ("[PATCH v8 2/2] OSSTest: push successful raisin > builds"): > > Determine the most recent raisin revision that needs to be tested, > > by comparing the staging with the master branches. Push to > > raisin.git:master when the bui

Re: [Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-07-31 Thread Ian Jackson
Stefano Stabellini writes ("[PATCH v8 2/2] OSSTest: push successful raisin builds"): > Determine the most recent raisin revision that needs to be tested, > by comparing the staging with the master branches. Push to > raisin.git:master when the build is successful. > > Do not run any jobs on the

[Xen-devel] [PATCH v8 2/2] OSSTest: push successful raisin builds

2015-07-23 Thread Stefano Stabellini
Determine the most recent raisin revision that needs to be tested, by comparing the staging with the master branches. Push to raisin.git:master when the build is successful. Do not run any jobs on the raisin flight. Signed-off-by: Stefano Stabellini --- Changes in v8: - add raisin to BRANCHES