From 131b72fa7f83eec9de77e42fc731dc24e855b88a Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Wed, 26 Feb 2014 09:29:29 +0100 Subject: [PATCH] Don't enable oslo-incubator py33 for stable/havana Py33 gate was enabled for oslo-incubator as part of Ia38b9ad2d6b2180459653017b308841eb78bda89 This change, however, enabled the gate also for stable branches, which was not the goal of the patch. This patch intends exclude this job for stable/grizzly and stable/havana. Change-Id: I15cfc2d7d567a3c45dff803ebac8eb372ff09379 --- 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 d025e9e042..af72b4bbac 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -563,6 +563,8 @@ jobs: voting: false - name: gate-storyboard-python33 voting: false + - name: gate-oslo-incubator-python33 + branch: ^(?!stable/(grizzly|havana)).*$ # puppet-openstack targets - name: gate-puppet-vswitch-puppet-lint voting: false