switch documentation job to new PTI

This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I06200a75ace71bf88fe3449a21f5009b61295902
Story: #2002586
Task: #24347
This commit is contained in:
Nguyen Hai 2018-08-23 00:15:37 +09:00
parent b0aa8e619c
commit b0f5242c65
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
- project: - project:
templates: templates:
- check-requirements - check-requirements
- publish-openstack-sphinx-docs - publish-openstack-docs-pti
- tempest-plugin-jobs - tempest-plugin-jobs
check: check:
jobs: jobs:

View File

@ -1,5 +1,5 @@
2. Edit the ``/etc/zun_tempest_plugin/zun_tempest_plugin.conf`` file and complete the following 2. Edit the ``/etc/zun_tempest_plugin/zun_tempest_plugin.conf`` file
actions: and complete the following actions:
* In the ``[database]`` section, configure database access: * In the ``[database]`` section, configure database access:

View File

@ -27,7 +27,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
commands = commands =
doc8 -e .rst doc/source/ CONTRIBUTING.rst HACKING.rst README.rst doc8 --ignore D000 -e .rst doc/source/ CONTRIBUTING.rst HACKING.rst README.rst
python setup.py build_sphinx python setup.py build_sphinx
[testenv:releasenotes] [testenv:releasenotes]