On 04/03/16 14:46, Doug Goldstein wrote:
> Skip building of the coverity, smoke and master branches since they just
> fast forward from staging.
>
> Suggested-by: Andrew Cooper <andrew.coop...@citrix.com>
> Signed-off-by: Doug Goldstein <car...@cardoe.com>
> ---
> CC: Ian Jackson <ian.jack...@eu.citrix.com>
> CC: Jan Beulich <jbeul...@suse.com>
> CC: Keir Fraser <k...@xen.org>
> CC: Tim Deegan <t...@xen.org>
> CC: Andrew Cooper <andrew.coop...@citrix.com>
> ---
>  .travis.yml | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 6693af2..74fa14e 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,6 +1,12 @@
>  language: c
>  dist: trusty
>  sudo: required
> +# don't test master, smoke and coverity branches
> +branches:
> +    except:
> +        - master
> +        - smoke
> +        - coverity-tested/master

I would extend this to stable-* as well, as each stable-$X.$Y also
fast-forwards from staging-$X.$Y

Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>

>  matrix:
>      include:
>          - compiler: gcc


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to