[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 1/3] travis: skip building coverity, smoke, and master
On Fri, Mar 04, 2016 at 02:09:46PM -0600, Doug Goldstein wrote: > Skip building of the coverity, smoke, stable, and master branches since > they just fast forward from staging. > > Suggested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> and applied. > --- > CC: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > CC: Jan Beulich <jbeulich@xxxxxxxx> > CC: Keir Fraser <keir@xxxxxxx> > CC: Tim Deegan <tim@xxxxxxx> > CC: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > > change since v1: > - ignore all coverity tested branches > - ignore stable branches as well > --- > .travis.yml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index 6693af2..6803e2f 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -1,6 +1,13 @@ > language: c > dist: trusty > sudo: required > +# don't test master, smoke and coverity branches > +branches: > + except: > + - master > + - smoke > + - /^coverity-tested\/.*/ > + - /^stable-.*/ > matrix: > include: > - compiler: gcc > -- > 2.4.10 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |