Fix publish-openstack-docs-pti check/gate html

The new publish-openstack-docs-pti template uses the openstack-tox-docs
job which does not save the rendered docs, nor does it set the job link
to the rendered documents.
This patch changes the openstack-tox-docs job to save the rendered html
and set the success-url to the rendered html documents.
This returns the behavior the publish-openstack-sphinx-docs job provided.

Change-Id: I460c00542426f6b24a7423098be9a0af14a35f01
This commit is contained in:
Michael Johnson 2018-07-27 16:53:43 -07:00
parent a5af08e7c4
commit 5edec95da6
2 changed files with 7 additions and 0 deletions

3
playbooks/docs/post.yaml Normal file
View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- fetch-sphinx-output

View File

@ -556,6 +556,10 @@
Uses tox with the ``docs`` environment.
vars:
tox_envlist: docs
success-url: html/
roles:
- zuul: openstack-infra/zuul-jobs
post-run: playbooks/docs/post.yaml
- job:
name: openstack-tox-with-oslo-master-base