Use Zuul templates

Use templates instead of individual jobs so that these
can be changed in one place.

Depends-On: https://review.opendev.org/677606
Change-Id: I3b20425c0083e3cae3c2150fecc4e603c70b1eb6
This commit is contained in:
Andreas Jaeger 2019-08-21 06:59:43 +02:00 committed by Andreas Jaeger
parent 5b9ae3a5ff
commit ebe7600ff4
1 changed files with 3 additions and 10 deletions

View File

@ -1,26 +1,19 @@
--- ---
- project: - project:
templates: templates:
- build-openstack-docs-pti - stx-api-ref-jobs
- publish-stx-docs
- stx-release-notes-jobs
check: check:
jobs: jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-metal - flock-devstack-metal
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-pep8 - openstack-tox-pep8
gate: gate:
jobs: jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-metal - flock-devstack-metal
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-pep8 - openstack-tox-pep8
post:
jobs:
- publish-stx-api-ref
- publish-stx-tox
- publish-stx-releasenotes
- job: - job:
name: flock-devstack-metal name: flock-devstack-metal