From 6d0a093e658c16190b50433733f7708b1fe4ca57 Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Thu, 1 Dec 2016 17:20:24 +0100 Subject: [PATCH] networking-bagpipe: run tempest job only if >newton The rationale behind running tempest jobs only if >newton is that the burden, in particular on neutron-stable-maint, of backporting the different changes required in our devstack plugin and CI scripts, does not seem well proportioned given that stable/(liberty|mitaka|newton) have never had tempest coverage to start with. Change-Id: I0f992a6eb35dc6072e943fec0450c13febdf8522 --- zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index cb6fd4d1e2..9b968fb90f 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1870,6 +1870,9 @@ jobs: - name: ^neutron-lib-coverage-ubuntu-(trusty|xenial) voting: false + - name: ^gate-tempest-dsvm-networking-bagpipe$ + branch: ^(?!stable/(liberty|mitaka|newton)).*$ + # NOTE(jlibosva) Run fullstack jobs only non-voting - name: ^gate-neutron-dsvm-fullstack-ubuntu-(trusty|xenial) voting: false