
This job was a legacy job that attempted to verify each project could be independently installed after all global-requirements had been installed. This job is no longer necessary since we have much better coverage with requirements-check and other jobs that make sure the requirements are compatible. It is also a legacy zuulv2 job, uses the long deprecated devstack-gate, and runs with Python 2.7. For historical reference, this was added originally to PBR back in 2013 [0] and moved to requirements in 2014 [1]. [0]378261a8cb
[1]8e073738db
Change-Id: I29abcba929995f9307c392110160d889a29b47c3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
125 lines
3.6 KiB
YAML
125 lines
3.6 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-pypy-jobs-nonvoting
|
|
- openstack-python-jobs
|
|
- openstack-python3-train-jobs
|
|
check:
|
|
jobs:
|
|
- build-wheel-mirror-centos-7:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-mirror-ubuntu-bionic:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-mirror-ubuntu-trusty:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-mirror-ubuntu-xenial:
|
|
files:
|
|
- bindep.txt
|
|
- openstack-tox-validate
|
|
- requirements-tox-babel
|
|
- requirements-tox-bindep:
|
|
voting: false
|
|
- requirements-tox-py27-check-uc
|
|
- 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
|
|
- cross-octavia-py36
|
|
- cross-octavia-py37
|
|
- cross-osc-tox-docs
|
|
- cross-swift-py27
|
|
- cross-swift-py36
|
|
- openstack-tox-py36
|
|
- neutron-grenade-multinode:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- tempest-full:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- neutron-grenade:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
gate:
|
|
jobs:
|
|
- build-wheel-mirror-centos-7:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-mirror-ubuntu-bionic:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-mirror-ubuntu-trusty:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-mirror-ubuntu-xenial:
|
|
files:
|
|
- bindep.txt
|
|
- openstack-tox-validate
|
|
- 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:
|
|
files: ^upper-constraints.txt$
|
|
- cross-nova-functional
|
|
- cross-octavia-py36
|
|
- cross-octavia-py37
|
|
- cross-osc-tox-docs
|
|
- cross-swift-py27
|
|
- cross-swift-py36
|
|
- openstack-tox-py36
|
|
- neutron-grenade-multinode:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- tempest-full:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- neutron-grenade:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
experimental:
|
|
jobs:
|
|
- tempest-pg-full:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- tempest-full-py3-opensuse15:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
|