From 202cb32f563cc0b09e0caaae6a94d2bdcc8613b0 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 14 Jul 2014 15:31:05 +0200 Subject: [PATCH] Do not run python33 jobs for Marconi stable Python 33 support was added recently and the gate made voting. This patch disables such gate for Marconi's current stable branches. Change-Id: Ibd6e2952be2bd57d3a91bc61dee697a0aaf49859 --- 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 487f0f5bd6..5c49fcebfc 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -694,6 +694,8 @@ jobs: voting: false - name: ^(gate|check)-pecan-tox-ironic-stable voting: false + - name: ^(gate|check)-marconi-python33 + branch: ^(?!stable/(havana|icehouse)).*$ # The project list is grouped by type of project, and within each # group, projects are sorted (mostly) alphabetically.