From 28b9518682cba8ee59e793b64fa0719789943f32 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Wed, 30 Jul 2014 07:15:41 -0700 Subject: [PATCH] Use same regex expression to match stable branches There is a subtle difference in using non-capturing groups. Even though both regex expressions result in a match, the one with the non-capturing group won't let us know the branch and it's not consistent with the other regex expressions in this file. Change-Id: I1062ef7b19dc27b93ce52abebe83847b4bd3f172 --- 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 e6c2d38679..463c5d77df 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -493,7 +493,7 @@ jobs: - name: check-tempest-dsvm-f20 voting: false - name: gate-designate-devstack-dsvm - branch: ^(?!stable/(?:havana|icehouse)).*$ + branch: ^(?!stable/(havana|icehouse)).*$ # For Gerrit ver 2.4.x (using maven) - name: ^(gate|check)-gerrit-unittests$ branch: ^openstack/2\.4.*$