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: I60b748616fc610e3521a26d37e8a09c4f27e2712
This commit is contained in:
Andreas Jaeger 2019-08-21 07:08:47 +02:00 committed by Andreas Jaeger
parent c0949589b5
commit 8359df894c
1 changed files with 3 additions and 10 deletions

View File

@ -1,11 +1,11 @@
---
- 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
- sysinv-tox-py27
- sysinv-tox-py35
@ -21,8 +21,6 @@
- puppet-modules-wrs-lint
gate:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- openstack-tox-linters
- sysinv-tox-py27
- sysinv-tox-py35
@ -36,11 +34,6 @@
- cgtsclient-tox-pylint
- puppet-manifests-lint
- puppet-modules-wrs-lint
post:
jobs:
- publish-stx-api-ref
- publish-stx-tox
- publish-stx-releasenotes
- job:
name: sysinv-tox-py27