Remove most python-2.7 jobs
remove all jobs depending on projects that are set to remove support for python-2.7 during the Ussuri cycle. This will keep us from being surprised when a project pulls support for py27 and breaking our gate. Originally this was set to occur later in the cycle but as we depend on the projects for cross jobs it needs to be done earlier. Change-Id: I6c9f545e09779431120cee942318013ed91a581a Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
parent
cd63341585
commit
bcda45553a
@ -41,14 +41,6 @@
|
||||
- upper-constraints.txt
|
||||
- .zuul.d/cross-jobs.yaml
|
||||
|
||||
- job:
|
||||
name: cross-cinder-py27
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on cinder with py27.
|
||||
required-projects: openstack/cinder
|
||||
vars:
|
||||
tox_envlist: py27
|
||||
|
||||
- job:
|
||||
name: cross-cinder-py36
|
||||
parent: requirements-cross-test
|
||||
@ -57,14 +49,6 @@
|
||||
vars:
|
||||
tox_envlist: py36
|
||||
|
||||
- job:
|
||||
name: cross-glance-py27
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on glance with py27.
|
||||
required-projects: openstack/glance
|
||||
vars:
|
||||
tox_envlist: py27
|
||||
|
||||
- job:
|
||||
name: cross-glance-py36
|
||||
parent: requirements-cross-test
|
||||
@ -73,14 +57,6 @@
|
||||
vars:
|
||||
tox_envlist: py36
|
||||
|
||||
- job:
|
||||
name: cross-horizon-py27
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on horizon with py27.
|
||||
required-projects: openstack/horizon
|
||||
vars:
|
||||
tox_envlist: py27
|
||||
|
||||
- job:
|
||||
name: cross-horizon-py36
|
||||
parent: requirements-cross-test
|
||||
@ -97,15 +73,6 @@
|
||||
vars:
|
||||
tox_envlist: npm
|
||||
|
||||
- job:
|
||||
name: cross-keystone-py27
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on keystone with py27.
|
||||
required-projects: openstack/keystone
|
||||
timeout: 3600
|
||||
vars:
|
||||
tox_envlist: py27
|
||||
|
||||
- job:
|
||||
name: cross-keystone-py36
|
||||
parent: requirements-cross-test
|
||||
@ -115,14 +82,6 @@
|
||||
vars:
|
||||
tox_envlist: py36
|
||||
|
||||
- job:
|
||||
name: cross-neutron-py27
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on neutron with py27.
|
||||
required-projects: openstack/neutron
|
||||
vars:
|
||||
tox_envlist: py27
|
||||
|
||||
- job:
|
||||
name: cross-neutron-py36
|
||||
parent: requirements-cross-test
|
||||
@ -139,14 +98,6 @@
|
||||
vars:
|
||||
tox_envlist: functional
|
||||
|
||||
- job:
|
||||
name: cross-nova-py27
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on nova with py27.
|
||||
required-projects: openstack/nova
|
||||
vars:
|
||||
tox_envlist: py27
|
||||
|
||||
- job:
|
||||
name: cross-nova-py36
|
||||
parent: requirements-cross-test
|
||||
|
@ -25,18 +25,12 @@
|
||||
- requirements-tox-py36-check-uc
|
||||
- requirements-tox-validate-projects:
|
||||
voting: false
|
||||
- cross-cinder-py27
|
||||
- cross-cinder-py36
|
||||
- cross-glance-py27
|
||||
- cross-glance-py36
|
||||
- cross-horizon-py27
|
||||
- cross-horizon-py36
|
||||
- cross-horizon-npm
|
||||
- cross-keystone-py27
|
||||
- cross-keystone-py36
|
||||
- cross-neutron-py27
|
||||
- cross-neutron-py36
|
||||
- cross-nova-py27
|
||||
- cross-nova-py36
|
||||
- cross-nova-py37
|
||||
- cross-nova-functional
|
||||
@ -76,18 +70,12 @@
|
||||
- requirements-tox-babel
|
||||
- requirements-tox-py27-check-uc
|
||||
- requirements-tox-py36-check-uc
|
||||
- cross-cinder-py27
|
||||
- cross-cinder-py36
|
||||
- cross-glance-py27
|
||||
- cross-glance-py36
|
||||
- cross-horizon-py27
|
||||
- cross-horizon-py36
|
||||
- cross-horizon-npm
|
||||
- cross-keystone-py27
|
||||
- cross-keystone-py36
|
||||
- cross-neutron-py27
|
||||
- cross-neutron-py36
|
||||
- cross-nova-py27
|
||||
- cross-nova-py36:
|
||||
files: ^upper-constraints.txt$
|
||||
- cross-nova-py37:
|
||||
|
Loading…
Reference in New Issue
Block a user