From 203cea2429f8d79db6e629b0b8ecc68f557c6b66 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 22 Oct 2013 18:15:16 -0400 Subject: [PATCH] enable enforcing of bash8 in the devstack gate this ensures that our style checker gets voting authority on our patches, hopefully reducing the number of style issues we need to -1 in the gate manually. It requires this patch series to have landed first: https://review.openstack.org/#/q/branch:stable/havana+topic:bash8_stable,n,z Change-Id: Id6497be682a961e3a9d648d8d0187bcffa3e70fb --- modules/openstack_project/files/zuul/layout.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 57706e7c21..935ed18400 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -161,7 +161,6 @@ jobs: branch: ^(stable/(folsom|grizzly)).*$ - name: gate-devstack-bash8 branch: ^(?!stable/(folsom|grizzly)).*$ - voting: false - name: gate-tempest-docs branch: ^(?!stable/(folsom|grizzly)).*$ - name: tempest-docs