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:
parent
a5af08e7c4
commit
5edec95da6
3
playbooks/docs/post.yaml
Normal file
3
playbooks/docs/post.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- fetch-sphinx-output
|
@ -556,6 +556,10 @@
|
|||||||
Uses tox with the ``docs`` environment.
|
Uses tox with the ``docs`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: docs
|
tox_envlist: docs
|
||||||
|
success-url: html/
|
||||||
|
roles:
|
||||||
|
- zuul: openstack-infra/zuul-jobs
|
||||||
|
post-run: playbooks/docs/post.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-tox-with-oslo-master-base
|
name: openstack-tox-with-oslo-master-base
|
||||||
|
Loading…
Reference in New Issue
Block a user