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: I65ee3ccb1c2704b87384cc5a02ddd0664f797161
This commit is contained in:
Andreas Jaeger 2019-08-21 08:11:19 +02:00 committed by Andreas Jaeger
parent f7bce640c8
commit 24cb0613d8
1 changed files with 2 additions and 7 deletions

View File

@ -1,16 +1,11 @@
---
- project:
templates:
- build-openstack-docs-pti
- publish-stx-docs
- stx-api-ref-jobs
check:
jobs:
- build-openstack-api-ref
- openstack-tox-linters
gate:
jobs:
- build-openstack-api-ref
- openstack-tox-linters
post:
jobs:
- publish-stx-api-ref
- publish-stx-docs