580ef98b21
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>
8 lines
259 B
YAML
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"
|