From b6f99c7807909e67bfb79a0c26fa6079578c3be9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 21 Aug 2019 07:03:23 +0200 Subject: [PATCH] Add more templates Add templates for docs and releasenotes so that they can be used everywhere. Change-Id: I12e515123964853110879ecacfa3219d02c292c7 Needed-By: https://review.opendev.org/677602 --- zuul.d/project-templates.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 815add8..ec9b297 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -20,3 +20,31 @@ post: jobs: - publish-stx-api-ref + +- project-template: + name: publish-stx-docs + description: | + Runs and publishes documentation to starlingx site. + check: + jobs: + - openstack-tox-docs + gate: + jobs: + - openstack-tox-docs + post: + jobs: + - publish-stx-tox + +- project-template: + name: stx-release-notes-jobs + description: | + Runs the release notes test and publish jobs for starlingx. + check: + jobs: + - build-openstack-releasenotes + gate: + jobs: + - build-openstack-releasenotes + post: + jobs: + - publish-stx-releasenotes