Add docs and content publication jobs

We want to build docs and trigger readthedocs builds. We also want to
publish things to pypi.

Change-Id: I9faad5d824adc1f1ec94449adafb4dbca1055962
This commit is contained in:
Monty Taylor 2018-07-20 08:19:14 -05:00
parent a34e7f031f
commit ea266224d7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 3 additions and 6 deletions

View File

@ -15,15 +15,15 @@
zuul_work_dir: src/git.openstack.org/openstack-infra/zuul
- project:
templates:
- docs-on-readthedocs
- publish-to-pypi-python3
check:
jobs:
- tox-pep8
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic
- build-sphinx-docs:
vars:
sphinx_python: python3
- pbrx-build-zuul-containers
gate:
jobs:
@ -31,7 +31,4 @@
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic
- build-sphinx-docs:
vars:
sphinx_python: python3
- pbrx-build-zuul-containers