From 418c8f14020f0b01f23a1852e4bdf34cab75208d Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Thu, 17 Mar 2016 15:01:39 -0400 Subject: [PATCH] Enable gate jobs for Packstack on the stable/mitaka branch The work to enable gate jobs for Packstack was done throughout the Mitaka cycle and thus jobs were only enabled on Master. Now that Mitaka stable branch is cut, run gate jobs on every branch except stable/liberty and stable/kilo. Change-Id: I9ab03d8a8c7c0ae0c02bc251893836a9da04aaf8 --- zuul/layout.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 05789af2b1..28cdc82964 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1081,11 +1081,10 @@ jobs: - name: propose-openstack-manuals-updates branch: master - # Packstack integration jobs should only be on the master branch for the - # time being. It will be updated to run on stable releases as well from - # Mitaka onwards when it is cut. + # Packstack integration jobs should only run on master and stable/mitaka + # onwards - name: ^gate-packstack-integration-scenario00(1|2|3)-tempest-dsvm-centos7$ - branch: master + branch: ^(?!stable/(kilo|liberty)).*$ - name: ^gate-puppet-openstackci-puppet-beaker-rspec-dsvm-.*$ voting: false