2e6eaa678f
Add new job publish-tox-docs-releases for publishing of releases repo to new AFS location to obsolete static.o.o publishing. Task: #37724 Story: #2006598 Needed-By: https://review.opendev.org/708918 Change-Id: I804f6ddb0b10b4aa3fac6a3cf11a2d23b8b4e730
10 lines
283 B
YAML
10 lines
283 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: create-afs-token
|
|
when: zuul_success | bool
|
|
- role: upload-afs-roots
|
|
afs_target: "/afs/.openstack.org/project/releases.openstack.org"
|
|
when: zuul_success | bool
|
|
- role: destroy-afs-token
|
|
when: zuul_success | bool
|