From 0caabd51df09cfb9bb5e4f944c1be4c5c407422b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 22 Oct 2013 08:48:51 -0400 Subject: [PATCH] fix the inverted logic that prevented this from running all the kings horses, and all the kings men, missed that I'd messed the logic up again. This was running on folsom & grizzly, instead of havana and master. Fix that. Change-Id: Ie00726a1cdd3436c72466d7faddc39e3abe57323 --- 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 ded42c8b95..57706e7c21 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -160,7 +160,7 @@ jobs: - name: gate-grenade-noop branch: ^(stable/(folsom|grizzly)).*$ - name: gate-devstack-bash8 - branch: ^(stable/(folsom|grizzly)).*$ + branch: ^(?!stable/(folsom|grizzly)).*$ voting: false - name: gate-tempest-docs branch: ^(?!stable/(folsom|grizzly)).*$