4cb4286f84
Run sphinx collection jobs for all post jobs - like we do in playbooks/publish and in sphinx/post-direct.yaml - only in case of success. No need to try copying those if anything fails. Change-Id: I1cddee3eef13bf4caac8e6093ca1980849325d70
9 lines
257 B
YAML
9 lines
257 B
YAML
- hosts: all
|
|
roles:
|
|
- role: prepare-infra-docs-for-afs
|
|
when: zuul_success | bool
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_suffix: "/"
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
|
when: zuul_success | bool
|