From adc39ebdbf1ebad6e8edf2434945d8403ae9aa18 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 21 Aug 2019 08:14:32 +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: I1b81f71977bcaa52e60566b9a64bffe6ffdab7d6 --- .zuul.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f5f0dfcf..f7e04ed5 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-nfv - openstack-tox-linters - nfv-tox-pep8 @@ -16,8 +16,6 @@ - nova-api-proxy-tox-pylint gate: jobs: - - build-openstack-api-ref - - build-openstack-releasenotes - flock-devstack-nfv - openstack-tox-linters - nfv-tox-pep8 @@ -26,11 +24,6 @@ - nfv-tox-pylint - nova-api-proxy-tox-pep8 - nova-api-proxy-tox-pylint - post: - jobs: - - publish-stx-api-ref - - publish-stx-tox - - publish-stx-releasenotes - job: name: nfv-tox-py27