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
This commit is contained in:
Ihar Hrachyshka 2015-04-20 16:47:14 +02:00
parent 279bec3371
commit 06731c51d7

View File

@ -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)).*$