requirements/.zuul.d/project.yaml
Ian Wienand f565d76fdb Add more wheel builds to check
This adds centos-8 and ubuntu-focal to the x86 wheel builds.

It also adds the arm64 builds in the check-arm64 queue.  This is
currently a non-voting queue -- however failures here will actually
stop the periodic wheel release job.  There might be an argument for
moving them into check/gate; we have been a little worried that
insufficient arm64 resources would hold up the gate for changes that
required timely merge; however the linaro cloud is certainly seeming
to be stable and performant.  These do not work right now, and are
fixed up in follow-ons.  We can start here as we initially debug.

Change-Id: I9ae13fdb702dd2f140bebd7db326b3b47ef7f284
2020-05-28 10:05:43 +02:00

127 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-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-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
- neutron-grenade-multinode:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- tempest-full-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- grenade:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
check-arm64:
jobs:
- build-wheel-cache-centos-8-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-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-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
- neutron-grenade-multinode:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- tempest-full-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- 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$