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
This commit is contained in:
Ildiko Vancsa 2019-05-10 20:04:56 +02:00
parent c43dc3f1ed
commit 71416dca50
1 changed files with 15 additions and 0 deletions

View File

@ -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