From 6682647cfce00e1d6fdcc4786b12f14794b56999 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 18 Dec 2015 15:52:51 +0100 Subject: [PATCH] Fix constraint jobs branch neutron-docs-constraints and neutron-coverage-constraints have been running on all branches - and also we have neutron-docs and neutron-coverage running only on stable/kilo. So, currently both kind of jobs are run on stable/kilo. From the layout output: ^(?:stable/kilo).*$ ^(?:stable/kilo).*$ Change the existing constraints job to not only cover gate jobs but also these post jobs. Change-Id: Ic1f370968aa93c6abbcf7667fe757037987f96d1 --- zuul/layout.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 15556ea1aa..ea74b39f08 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2051,10 +2051,7 @@ jobs: branch: ^(?!stable/(?:juno|kilo)).*$ # Constraints Jobs - - name: ^gate-.*-constraints$ - branch: ^(?!stable/kilo).*$ - - - name: ^.*-tarball-constraints$ + - name: ^.*-constraints$ branch: ^(?!stable/kilo).*$ - name: gate-neutron-python27