4fe91e20fa
Update the requirements-check job to run on repos other than the zuul.project, but keep that as the default. Add the job as a check and gate job to this repo, but targeting nova. This allows us to run the job on changes to its definition. Change-Id: I67b818cdff01d29c62497826d4b4e3387c74e9e9 Depends-On: https://review.opendev.org/c/openstack/requirements/+/934249
130 lines
3.9 KiB
YAML
130 lines
3.9 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-python3-jobs
|
|
check:
|
|
jobs:
|
|
- build-wheel-cache-ubuntu-bionic:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-cache-ubuntu-focal:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-cache-ubuntu-jammy:
|
|
files:
|
|
- bindep.txt
|
|
- openstack-tox-validate
|
|
- requirements-check-self
|
|
- requirements-tox-babel
|
|
- requirements-tox-bindep:
|
|
voting: false
|
|
- requirements-tox-py39-check-uc
|
|
- requirements-tox-py310-check-uc
|
|
- requirements-tox-py311-check-uc
|
|
- requirements-tox-py312-check-uc
|
|
- requirements-tox-validate-projects:
|
|
voting: false
|
|
- cross-aodh-py312
|
|
- cross-barbican-py312
|
|
- cross-ceilometer-py312
|
|
- cross-cinder-py312
|
|
- cross-designate-py312
|
|
- cross-glance-py312
|
|
- cross-heat-py312
|
|
- cross-horizon-py312
|
|
- cross-horizon-npm
|
|
- cross-ironic-py312
|
|
- cross-keystone-py312
|
|
- cross-kuryr-py312
|
|
- cross-manila-py312
|
|
- cross-magnum-py312
|
|
- cross-masakari-py312:
|
|
voting: false
|
|
- cross-mistral-py312:
|
|
voting: false
|
|
- cross-neutron-py312
|
|
- cross-nova-pep8
|
|
- cross-nova-py312
|
|
- cross-placement-py312
|
|
- cross-osvif-py3
|
|
- cross-nova-functional
|
|
- cross-placement-functional-py312
|
|
- cross-octavia-py312
|
|
- cross-osc-tox-docs
|
|
- cross-swift-py312
|
|
- openstacksdk-functional-devstack
|
|
- tempest-full-py3:
|
|
irrelevant-files:
|
|
- ^bindep.txt$
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
check-arm64:
|
|
jobs:
|
|
- build-wheel-cache-ubuntu-bionic-arm64:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-cache-ubuntu-focal-arm64:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-cache-ubuntu-jammy-arm64:
|
|
files:
|
|
- bindep.txt
|
|
gate:
|
|
jobs:
|
|
- build-wheel-cache-ubuntu-bionic:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-cache-ubuntu-focal:
|
|
files:
|
|
- bindep.txt
|
|
- build-wheel-cache-ubuntu-jammy:
|
|
files:
|
|
- bindep.txt
|
|
- openstack-tox-validate
|
|
- requirements-check-self
|
|
- requirements-tox-babel
|
|
- requirements-tox-py39-check-uc
|
|
- requirements-tox-py310-check-uc
|
|
- requirements-tox-py311-check-uc
|
|
- requirements-tox-py312-check-uc
|
|
- cross-cinder-py312
|
|
- cross-designate-py312
|
|
- cross-glance-py312
|
|
- cross-heat-py312
|
|
- cross-horizon-py312
|
|
- cross-horizon-npm
|
|
- cross-ironic-py312
|
|
- cross-keystone-py312
|
|
- cross-kuryr-py312
|
|
- cross-manila-py312
|
|
- cross-neutron-py312
|
|
- cross-nova-pep8
|
|
- cross-nova-py312:
|
|
files: ^upper-constraints.txt$
|
|
- cross-placement-py312:
|
|
files: ^upper-constraints.txt$
|
|
- cross-osvif-py3
|
|
- cross-nova-functional
|
|
- cross-placement-functional-py312
|
|
- cross-octavia-py312
|
|
- cross-osc-tox-docs
|
|
- cross-swift-py312
|
|
- openstacksdk-functional-devstack
|
|
- tempest-full-py3:
|
|
irrelevant-files:
|
|
- ^bindep.txt$
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
experimental:
|
|
jobs:
|
|
- nova-ceph-multistore
|
|
- nova-next
|
|
- requirements-tox-py39-check-uc-no-wheels
|
|
- requirements-tox-py310-check-uc-no-wheels
|
|
- requirements-tox-py311-check-uc-no-wheels
|
|
- requirements-tox-py312-check-uc-no-wheels
|
|
- tempest-integrated-storage
|
|
- tempest-pg-full:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|