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