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: Ia769757efc3b2c9c09558e6696adfe9556bfba3c
This commit is contained in:
Andreas Jaeger 2019-08-21 08:15:29 +02:00 committed by Andreas Jaeger
parent 50c22ee7a4
commit 180e647475
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
- flock-devstack-update
- openstack-tox-linters
- tsconfig-tox-flake8
@ -22,8 +22,6 @@
- patch-alarm-tox-py36
gate:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-update
- openstack-tox-linters
- tsconfig-tox-flake8
@ -38,11 +36,6 @@
- patch-alarm-tox-pylint
- patch-alarm-tox-py27
- patch-alarm-tox-py36
post:
jobs:
- publish-stx-api-ref
- publish-stx-tox
- publish-stx-releasenotes
- job:
name: tsconfig-tox-flake8