Remove juno branch handling for python projects

With Juno EOL, we do not need to check for stable/juno anymore.

Remove filter from python-ceilometerclient, python-glanceclient,
python-keystoneclient, python-neutronclient, python-swiftclient.

Change-Id: I47b8b52ef6e8fae6803e7ff448d774d28cdf7190
This commit is contained in:
Andreas Jaeger 2015-12-08 11:06:33 +01:00
parent 0aa5c172ab
commit 37368d43c8
1 changed files with 5 additions and 16 deletions

View File

@ -1770,13 +1770,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
@ -1954,17 +1951,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$
@ -1978,14 +1971,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).*$