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: Ice80a94fe8c5d3634e729c888672ce698049f87a
This commit is contained in:
Andreas Jaeger 2019-08-21 08:10:20 +02:00 committed by Andreas Jaeger
parent 8c2bd5fa14
commit 7e39c779ec
1 changed files with 3 additions and 10 deletions

View File

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