From 477b790070580349341f5ab1215847d07b3a7604 Mon Sep 17 00:00:00 2001 From: Noorul Islam K M Date: Mon, 4 Nov 2013 07:08:10 +0530 Subject: [PATCH] Make pypy and python33 gates non-voting for solum project There are couple of reviews up for deciding the REST API infrastructure for solum. If the choice is Pecan+WSME, then this patch should get in first. These can be turned back on once the issues related to these gates are resolved. Part of blueprint rest-api-base Change-Id: Ife20efaf39e59f55c0aa08f6ce01c3a4f00bb529 --- 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 fb2e870aaa..dca72e2c79 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -319,6 +319,8 @@ jobs: voting: false - name: gate-murano-repository-python33 voting: false + - name: ^gate-solum-(python33|pypy)$ + voting: false # puppet-openstack targets - name: gate-puppet-vswitch-puppet-lint voting: false