From 5fe66e04702f444ec11976630cf1b117812772db Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 3 Jan 2018 13:10:06 +0000 Subject: [PATCH] Make sure we only run tempest-full on master Since tempest-full is part of the integrated gate, it is executed against all stable branches. However since stable branches will not get roles from master anymore this does not work. We may want to backport all devstack ansbile changes, but in the meanwhile this ensures that a working job is executed against stable branches. Change-Id: I5d34e5b983b720dc1913d00ccc1a16d81a040d49 Partial-bug: #1739829 --- zuul.d/zuul-legacy-project-templates.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/zuul.d/zuul-legacy-project-templates.yaml b/zuul.d/zuul-legacy-project-templates.yaml index 4df6e988..ba5e0237 100644 --- a/zuul.d/zuul-legacy-project-templates.yaml +++ b/zuul.d/zuul-legacy-project-templates.yaml @@ -186,14 +186,21 @@ name: integrated-gate check: jobs: + - legacy-tempest-dsvm-neutron-full: + branches: ^stable/(newton|ocata|pike)$ + # NOTE(andreaf) Only run on master for now. + # The negative lookup is redudant but it's a + # reminder that we don't want the job running there. - tempest-full: - branches: ^(?!driverfixes/).*$ + branches: ^(?!driverfixes/)master$ - legacy-grenade-dsvm-neutron: branches: ^(?!stable/newton).*$ gate: jobs: + - legacy-tempest-dsvm-neutron-full: + branches: ^stable/(newton|ocata|pike)$ - tempest-full: - branches: ^(?!driverfixes/).*$ + branches: ^(?!driverfixes/)master$ - legacy-grenade-dsvm-neutron: branches: ^(?!stable/newton).*$ experimental: