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
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 \
>
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
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
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
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
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