From 8359df894c7604fa849c6a5503e1728086b925b5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 21 Aug 2019 07:08:47 +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: I60b748616fc610e3521a26d37e8a09c4f27e2712 --- .zuul.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2a23258ec9..ebc87c8987 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 - 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