project-config/playbooks/python-docs/post-infra.yaml
Paul Belanger 580ef98b21
Rework publish-openstack-python-docs(-infra) job
We need 2 different post-runs playbooks for publishing AFS artifacts,
because infra and openstack projects are currently different.

Post PTG, we can work to align openstack-infra jobs doc publishing
with openstack, if possible.

Change-Id: Ia51320f897445907b5e81aa4bf0d54a04ef6f8d5
Depends-On: I879d42cd04ab051b91c0b636856470cd4126b6f2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-09-07 14:42:58 -04:00

8 lines
259 B
YAML

- 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"