From 018475a72cf15d6d1ee1ae5d9ae04194232c6584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Fri, 6 Dec 2013 18:04:05 -0500 Subject: [PATCH] Mark puppet 3.0 unit tests as non-voting Recent release of rspec-puppet 1.0.x exposed a bug in Puppet 3.0.2. This breaks our gates and prevents changes from going through. We wish to disable the gate until we find the root cause and a permanent solution. Change-Id: I8b7c9e59b4e92a54b23eee5af34da4761f92a906 --- 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 9a2495a4dc..5af2154a38 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -330,6 +330,8 @@ jobs: voting: false - name: gate-puppet-vswitch-puppet-syntax voting: false + - name: ^gate-puppet-.*-puppet-unit-3.0$ + voting: false - name: ^gate-puppet-.*-puppet-unit-3.2$ voting: false - name: ^gate-puppet-.*-puppet-unit-3.3$