diff --git a/playbooks/wheel/release.yaml b/playbooks/wheel/release.yaml index d21667b72b..cdcc63a473 100644 --- a/playbooks/wheel/release.yaml +++ b/playbooks/wheel/release.yaml @@ -1,6 +1,8 @@ - hosts: localhost roles: - role: create-afs-token + - role: release-afs-volume + afs_volume: mirror.wheel.bionicx64 - role: release-afs-volume afs_volume: mirror.wheel.trustyx64 - role: release-afs-volume diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index fb8d3eabb2..429ee1718b 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -14516,11 +14516,13 @@ periodic: jobs: - publish-wheel-mirror-centos-7 + - publish-wheel-mirror-ubuntu-bionic - publish-wheel-mirror-ubuntu-trusty - publish-wheel-mirror-ubuntu-xenial - release-wheel-mirror: dependencies: - publish-wheel-mirror-centos-7 + - publish-wheel-mirror-ubuntu-bionic - publish-wheel-mirror-ubuntu-trusty - publish-wheel-mirror-ubuntu-xenial - propose-updates: