From f5bc77ed27b2c415194d63b7d4834baaebb331f7 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 8 Jul 2014 09:05:49 -0700 Subject: [PATCH] Fix stable branch selector in zuul layout The branch selector intended to make sure that the -icehouse and -havana devstack-gate branchless tests only run on master was also catching the periodic-.*-havana jobs (and icehouse). Add a negative match for periodic to that regex. Change-Id: I35289e80157cf7dac741250932742f75af7b7f55 --- modules/openstack_project/files/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index cc3b92a40d..696f079881 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -428,7 +428,7 @@ jobs: parameter-function: set_node_options_default_trusty # tempest and d-g branchless tests need to only run on master # (needs to be early to not impact non-voting stanzas later) - - name: ^.*(-icehouse|-havana)$ + - name: ^(?!periodic-).*(-icehouse|-havana)$ branch: ^master.*$ - name: gate-tempest-dsvm-full queue-name: integrated