From 70d909536116a14f670f44ee7411552bd6e0cf2a Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Wed, 27 Aug 2014 16:39:09 +0200 Subject: [PATCH] Make neutron functional job non-voting The hook scripts are causing a permissions failure that is preventing the job from running, and given how tight gate resources are right now it's better to avoid giving false negatives while working on a fix. Change-Id: Id5a8e21df7f659c1c3424660b7d60e2226b63bfc --- modules/openstack_project/files/zuul/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 065877d910..3d8c392b49 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -680,8 +680,10 @@ jobs: voting: false - name: check-neutron-dsvm-functional branch: ^(?!stable/havana).*$ + voting: false - name: gate-neutron-dsvm-functional branch: ^(?!stable/havana).*$ + voting: false - name: check-neutron-dsvm-api branch: ^(?!stable/(havana|icehouse)).*$ voting: false