f66101a4bf
Add native zuul v3 job to publish index file of openstack-infra/publications. Run the post job on all branches, so that a change to the master branch regenerates the index file. Add native zuul v3 job to publish a specific publication from openstack-infra/publications. Use the job for the project. Needed-By: I190b34217c87d45e13bca18c7e121189323b698f Change-Id: I6da66649726a1a96d06d7ca643adeec8ea8649eb
17 lines
475 B
YAML
17 lines
475 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/_out"
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
|
when: zuul_success | bool
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: create-afs-token
|
|
when: zuul_success | bool
|
|
- role: upload-afs
|
|
afs_target: "{{ afs.path }}/infra/publications/"
|
|
when: zuul_success | bool
|
|
- role: destroy-afs-token
|
|
when: zuul_success | bool
|