From 71416dca501da18ec74dd5a2ebd231cd221b68fa Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Fri, 10 May 2019 20:04:56 +0200 Subject: [PATCH] Add docs build job for StarlingX election Adding a new build job to publish the documentation related to elections for Starlingx under docs.starlingx.io/election. Change-Id: I5449d87ec8e76e26c39e3220f046c0ccfd0f255f --- zuul.d/starlingx-jobs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/zuul.d/starlingx-jobs.yaml b/zuul.d/starlingx-jobs.yaml index 6f47d3142b..2d44091737 100644 --- a/zuul.d/starlingx-jobs.yaml +++ b/zuul.d/starlingx-jobs.yaml @@ -71,6 +71,21 @@ # Define empty so we publish to the webroot afs_subpath: "" +- job: + name: publish-stx-election + parent: publish-stx-tox-base + description: | + Publish the results of a sphinx build to + /afs/.openstack.org/project/starlingx.io/www/election + + Builds the docs using ``tox -e docs``. + # Set final to avoid override of afs_subpath variable. + final: true + allowed-projects: + - starlingx/election + vars: + afs_subpath: "/election" + - job: name: publish-stx-governance parent: publish-stx-tox-base