Import docs build job

Import build-openstack-sphinx-docs job and convert to new
openstack-tox-docs job - using the build-openstack-docs-pti template.

Add tox docs environment for building docs.

Use templates for lower constraints jobs, sort template list
alphabetically.

Change-Id: I4888010e1b473d93f3cc48ed00b31da301068db8
This commit is contained in:
Andreas Jaeger 2018-10-03 15:49:38 +02:00
parent fba8cef150
commit 1cd52aab62
2 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,13 @@
- project:
templates:
- build-openstack-docs-pti
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- check-requirements
check:
jobs:
- openstack-tox-lower-constraints
- legacy-tempest-dsvm-monasca-transform-python-functional:
irrelevant-files:
- ^(test-|)requirements.txt$
@ -18,7 +19,6 @@
- ^setup.cfg$
gate:
jobs:
- openstack-tox-lower-constraints
- legacy-tempest-dsvm-monasca-transform-python-functional:
irrelevant-files:
- ^(test-|)requirements.txt$

View File

@ -43,6 +43,10 @@ commands =
flake8
python setup.py check --restructuredtext --strict
[testenv:docs]
commands =
python setup.py build_sphinx
[testenv:venv]
commands = {posargs}