Cleanup zuul.yaml
Couple of cleanups: * Use openstack-lower-constraints-template, remove jobs that are part of templates. * Use openstack-tox-cover template, this runs the cover job in the check queue only. Remove post job. * Sort list of templates. Change-Id: I0f186ba675ecb5802ef6a84ac05727a8621d3768
This commit is contained in:
parent
82474d0213
commit
8e1849eff1
13
.zuul.yaml
13
.zuul.yaml
@ -11,22 +11,19 @@
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- lib-forward-testing
|
||||
- lib-forward-testing-python3
|
||||
- openstack-cover-jobs
|
||||
- openstack-lower-constraints-jobs
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
- openstack-python36-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- check-requirements
|
||||
- lib-forward-testing
|
||||
- lib-forward-testing-python3
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- novaclient-dsvm-functional
|
||||
- openstack-tox-lower-constraints
|
||||
gate:
|
||||
jobs:
|
||||
- novaclient-dsvm-functional
|
||||
- openstack-tox-lower-constraints
|
||||
post:
|
||||
jobs:
|
||||
- openstack-tox-cover
|
||||
|
Loading…
Reference in New Issue
Block a user