project-config/playbooks/publish/releases-afs.yaml
Andreas Jaeger 2e6eaa678f Add AFS publish job for releases repo
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
2020-02-20 18:04:14 +01:00

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