Adding first jobs for ideas repo

This will be necessary to publish the documentation to the
governance website.

Depends-On: https://review.opendev.org/#/c/706319
Change-Id: I49d836fe0731b1b0238eae8e98f4f82c67000459
This commit is contained in:
Jean-Philippe Evrard 2020-02-06 17:51:57 +01:00
parent 7015af936d
commit 9ada1d4bfc
2 changed files with 9 additions and 1 deletions

6
.zuul.yaml Normal file
View File

@ -0,0 +1,6 @@
- project:
templates:
- build-openstack-docs-pti
promote:
jobs:
- promote-governance-ideas

View File

@ -13,4 +13,6 @@ deps = -r{toxinidir}/test-requirements.txt
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
# TODO: Upgrade to -W when we have at least one idea merged.
commands = sphinx-build -v -b html -d doc/build/doctrees doc/source doc/build/html
#commands = sphinx-build -v -W -b html -d doc/build/doctrees doc/source doc/build/html