Merge "Remove juno branch handling for python projects"

This commit is contained in:
Jenkins 2015-12-08 18:48:52 +00:00 committed by Gerrit Code Review
commit 3f3aa70954

View File

@ -1771,13 +1771,10 @@ jobs:
branch: ^(?!stable/(kilo|liberty)).*$
- name: gate-swiftclient-dsvm-functional
branch: ^(?!stable/(juno|kilo)).*$
branch: ^(?!stable/kilo).*$
- name: ^gate-glanceclient-dsvm-functional
branch: ^(?!stable/(juno|kilo)).*$
- name: gate-python-glanceclient-python34
branch: ^(?!stable/juno).*$
branch: ^(?!stable/kilo).*$
# TODO(kragniz): Enable voting for each driver when the jobs are
# functioning for that driver
@ -1955,17 +1952,13 @@ jobs:
- name: ^gate-openstack-ansible.*-pep8$
branch: ^(?!juno).*$
# Keystoneclient added functional testing in Kilo
- name: ^gate-keystoneclient-dsvm-functional$
branch: ^(?!stable/juno).*$
# Ignore requirements on the keystoneclient/keystoneauth integration branch
- name: gate-python-keystoneclient-requirements
branch: ^(?!feature/keystoneauth_integration).*$
# Ceilometerclient added functional testing in master only
- name: ^gate-ceilometerclient-dsvm-functional$
branch: ^(?!stable/(?:juno|kilo)).*$
branch: ^(?!stable/kilo).*$
# Saharaclient python 3.4 tests don't run on kilo or earlier
- name: ^gate-python-saharaclient-python34$
@ -1979,14 +1972,10 @@ jobs:
- name: ^gate-cliff-tox-(openstackclient|neutronclient)-tip$
branch: ^master$
# Skip Juno for neutronclient-test-dsvm-functional
- name: ^gate-neutronclient-test-dsvm-functional$
branch: ^(?!stable/juno).*$
# Skip Juno, Kilo and Liberty for
# Skip Kilo and Liberty for
# neutronclient-test-dsvm-functional-adv-svcs
- name: ^gate-neutronclient-test-dsvm-functional-adv-svcs$
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
branch: ^(?!stable/(?:kilo|liberty)).*$
- name: ^gate-ironic-inspector-dsvm.*$
branch: ^(?!stable/1).*$