Clean up zuul jobs
Individual jobs that are included in a job template were individually defined in each queue to pull in the nova repo, but this is not needed for running unit tests. This removes the individual jobs so only the template defined ones are run. It also gets rid of the openstack-tox-lower-constraints job in favor of using the openstack-lower-constraints-jobs template. Change-Id: Iee4ce1612d2a38585b7c5db8db71b1619216a1fa Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
6aaf8952d8
commit
2601caffca
29
.zuul.yaml
29
.zuul.yaml
@ -1,32 +1,5 @@
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- openstack-lower-constraints-jobs
|
||||
- openstack-python3-victoria-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-lower-constraints:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
- openstack-tox-pep8:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
- openstack-tox-py36:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
- openstack-tox-py37:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-lower-constraints:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
- openstack-tox-pep8:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
- openstack-tox-py36:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
- openstack-tox-py37:
|
||||
required-projects:
|
||||
- openstack/nova
|
||||
|
Loading…
x
Reference in New Issue
Block a user