requirements/.zuul.d/project.yaml
Riccardo Pittau 32648949a4 Add an ironic cross-job with py38
This patch adds an ironic cross-job to help verify requirements
changes.
We need to run that on Ubuntu Focal to have Python 3.8 installed
as default interpreter.

Depends-on: https://review.opendev.org/737362

Change-Id: Ie7ba23f845bc5de2c22da21c54becf6c5a0be0a5
2020-06-22 23:28:54 +00:00

126 lines
3.6 KiB
YAML

- project:
templates:
- openstack-python3-victoria-jobs
check:
jobs:
- build-wheel-cache-centos-7:
files:
- bindep.txt
- build-wheel-cache-centos-8:
files:
- bindep.txt
- build-wheel-cache-debian-buster:
files:
- bindep.txt
- build-wheel-cache-ubuntu-xenial:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal:
files:
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-bindep:
voting: false
- requirements-tox-py36-check-uc
- requirements-tox-py38-check-uc
- requirements-tox-validate-projects:
voting: false
- cross-cinder-py36
- cross-glance-py36
- cross-horizon-py36
- cross-horizon-npm
- cross-ironic-py38
- cross-keystone-py36
- cross-neutron-py36
- cross-nova-py36
- cross-nova-functional
- cross-octavia-py36
- cross-osc-tox-docs
- cross-swift-py36
- openstack-tox-py36
- openstacksdk-functional-devstack
- tempest-full-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
check-arm64:
jobs:
- requirements-tox-py38-check-uc-aarch64:
files:
- bindep.txt
- upper-constraints.txt
- build-wheel-cache-centos-8-arm64:
files:
- bindep.txt
- build-wheel-cache-debian-buster-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-xenial-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal-arm64:
files:
- bindep.txt
gate:
jobs:
- build-wheel-cache-centos-7:
files:
- bindep.txt
- build-wheel-cache-centos-8:
files:
- bindep.txt
- build-wheel-cache-debian-buster:
files:
- bindep.txt
- build-wheel-cache-ubuntu-xenial:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal:
files:
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-py36-check-uc
- requirements-tox-py38-check-uc
- cross-cinder-py36
- cross-glance-py36
- cross-horizon-py36
- cross-horizon-npm
- cross-ironic-py38
- cross-keystone-py36
- cross-neutron-py36
- cross-nova-py36:
files: ^upper-constraints.txt$
- cross-nova-functional
- cross-octavia-py36
- cross-osc-tox-docs
- cross-swift-py27
- cross-swift-py36
- openstack-tox-py36
- openstacksdk-functional-devstack
- tempest-full-py3:
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$