From 180e64747515f0d079d9f63abe09a8dff2dba1e4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 21 Aug 2019 08:15:29 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5313bbd0..1f955cd5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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