Merge "Rework publish-openstack-python-docs(-infra) job"

This commit is contained in:
Jenkins 2017-09-08 16:40:04 +00:00 committed by Gerrit Code Review
commit 08e4d764d8
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
- hosts: all
roles:
- prepare-infra-docs-for-afs
- fetch-tox-output
- role: fetch-sphinx-output
sphinx_output_src: "src/{{ zuul.project.canonical_name }}/doc/build/html/"
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"

View File

@ -1,6 +1,6 @@
- hosts: all
roles:
- prepare-infra-docs-for-afs
- prepare-docs-for-afs
- fetch-tox-output
- role: fetch-sphinx-output
sphinx_output_src: "src/{{ zuul.project.canonical_name }}/doc/build/html/"

View File

@ -421,7 +421,7 @@
Publish the results of the tox-docs job to /afs/.openstack.org/docs
pre-run: playbooks/python-docs/pre
run: playbooks/python-docs/run
post-run: playbooks/python-docs/post
post-run: playbooks/python-docs/post-infra
required-projects:
- name: openstack/requirements
roles: