From 06731c51d746dcb7a694e960bc2b00af99d73817 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 20 Apr 2015 16:47:14 +0200 Subject: [PATCH] Disable all python34 jobs for stable/icehouse python34 interpreter is not installed on images that are used for Icehouse. So there is no way any of those jobs will succeed for the branch. Disable them all instead of doing it per-project. Change-Id: I146e0bd2d80b22a1270790e8c381212e36528e56 --- zuul/layout.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 3ecb6719cf..265f4d0271 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -632,7 +632,7 @@ jobs: - name: check-heat-dsvm-functional-postgres branch: ^(?!stable/icehouse).*$ voting: false - - name: ^(gate|check)-oslo-incubator-python34$ + - name: ^(gate|check)-.*-python34$ branch: ^(?!stable/icehouse).*$ - name: ^(gate|check)-tempest-dsvm-cells$ voting: false @@ -811,9 +811,6 @@ jobs: voting: false - name: ^(gate|check)-tempest-master voting: false - - name: gate-keystone-python34 - branch: ^(?!stable/icehouse).*$ - voting: false - name: gate-keystone-tox-bandit branch: master voting: false @@ -1050,8 +1047,6 @@ jobs: voting: false - name: ^(gate|check)-pecan-tox-ironic-stable voting: false - - name: ^(gate|check)-zaqar-python34 - branch: ^(?!stable/icehouse).*$ - name: gate-horizon-jshint branch: ^(?!stable/icehouse).*$ - name: gate-tempest-dsvm-ceilometer-mongodb-full @@ -1180,9 +1175,6 @@ jobs: # Keystoneclient added functional testing in Kilo - name: ^(gate|check)-keystoneclient-dsvm-functional$ branch: ^(?!stable/(?:icehouse|juno)).*$ - # Keystoneclient python34 doesn't run on stable/icehouse - - name: gate-python-keystoneclient-python34 - branch: ^(?!stable/icehouse).*$ # Ceilometerclient added functional testing in master only - name: ^(gate|check)-ceilometerclient-dsvm-functional$ branch: ^(?!stable/(?:icehouse|juno|kilo)).*$