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
This commit is contained in:
Ian Wienand 2020-05-28 11:29:46 +10:00 committed by Andreas Jaeger
parent 50c098d42b
commit f565d76fdb

View File

@ -6,12 +6,18 @@
- build-wheel-cache-centos-7:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic:
- 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:
@ -45,17 +51,37 @@
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-ubuntu-bionic:
- 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