Merge "Add wheel build jobs to check"
This commit is contained in:
commit
618362962f
@ -1162,6 +1162,9 @@
|
||||
# The job iterates over all branches, so we only need to run it on
|
||||
# master.
|
||||
branches: master
|
||||
vars:
|
||||
bindep_dir: "{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}"
|
||||
bindep_profile: test wheel
|
||||
|
||||
- job:
|
||||
name: build-wheel-cache-centos-7
|
||||
|
@ -2,11 +2,51 @@
|
||||
- project:
|
||||
templates:
|
||||
- publish-tox-docs-infra
|
||||
|
||||
check:
|
||||
jobs:
|
||||
- openstack-infra-extra-integration-xenial
|
||||
- openstack-infra-extra-integration-bionic
|
||||
- openstack-zuul-jobs-linters
|
||||
- build-wheel-cache-centos-7:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-centos-8:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-ubuntu-xenial:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-ubuntu-bionic:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-ubuntu-focal:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
check-arm64:
|
||||
jobs:
|
||||
- build-wheel-cache-centos-8-arm64:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-ubuntu-xenial-arm64:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-ubuntu-bionic-arm64:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
- build-wheel-cache-ubuntu-focal-arm64:
|
||||
files:
|
||||
- playbooks/wheel-cache
|
||||
- roles/build-wheel-cache
|
||||
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-zuul-jobs-linters
|
||||
|
Loading…
x
Reference in New Issue
Block a user