Bring publish-wheel-mirror-ubuntu-bionic job online

The releases project has been updated to support ubuntu-bionic wheels,
start publishing them to AFS.

Change-Id: I30c1a7c702a7f2cf7f1544ddd62a7a0e719d9572
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-07 10:02:01 -05:00
parent 0bf4f09e11
commit ef48688dc6
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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: