Merge "build and publish wheels for more distributions (x86-64)"

This commit is contained in:
Zuul 2020-05-27 14:46:09 +00:00 committed by Gerrit Code Review
commit 8d307eb8ca
3 changed files with 68 additions and 2 deletions

View File

@ -1,10 +1,16 @@
- hosts: localhost
roles:
- role: create-afs-token
- role: release-afs-volume
afs_volume: mirror.wheel.bionicx64
- role: release-afs-volume
afs_volume: mirror.wheel.cent7x64
- role: release-afs-volume
afs_volume: mirror.wheel.cent8x64
- role: release-afs-volume
afs_volume: mirror.wheel.busterx64
- role: release-afs-volume
afs_volume: mirror.wheel.focalx64
- role: release-afs-volume
afs_volume: mirror.wheel.bionicx64
- role: release-afs-volume
afs_volume: mirror.wheel.xenialx64
- role: destroy-afs-token

View File

@ -885,6 +885,60 @@
- name: afs
secret: wheel_keytab
- job:
name: build-wheel-mirror-debian-buster
parent: build-wheel-mirror-base
description: |
Build Debian buster wheels for OpenStack CI mirrors.
nodeset:
nodes:
- name: wheel-mirror-debian-buster-python2
label: debian-buster
- name: wheel-mirror-debian-buster-python3
label: debian-buster
host-vars:
wheel-mirror-debian-buster-python2:
wheel_python: python2
wheel-mirror-debian-buster-python3:
wheel_python: python3
- job:
name: publish-wheel-mirror-debian-buster
description: |
Publish Debian buster wheels for OpenStack CI mirrors.
parent: build-wheel-mirror-debian-buster
pre-run: playbooks/openafs-client/setup.yaml
post-run: playbooks/publish/wheel-mirror.yaml
final: true
secrets:
- name: afs
secret: wheel_keytab
- job:
name: build-wheel-mirror-ubuntu-focal
parent: build-wheel-mirror-base
description: |
Build Ubuntu Focal wheels for OpenStack CI mirrors.
nodeset:
nodes:
- name: wheel-mirror-ubuntu-focal-python3
label: ubuntu-focal
host-vars:
wheel-mirror-ubuntu-focal-python3:
wheel_python: python3
- job:
name: publish-wheel-mirror-ubuntu-focal
parent: build-wheel-mirror-ubuntu-focal
description: |
Publish Ubuntu Focal wheels for OpenStack CI mirrors.
pre-run: playbooks/openafs-client/setup.yaml
post-run: playbooks/publish/wheel-mirror.yaml
final: true
secrets:
- name: afs
secret: wheel_keytab
- job:
name: build-wheel-mirror-ubuntu-bionic
parent: build-wheel-mirror-base

View File

@ -5451,11 +5451,17 @@
periodic:
jobs:
- publish-wheel-mirror-centos-7
- publish-wheel-mirror-centos-8
- publish-wheel-mirror-debian-buster
- publish-wheel-mirror-ubuntu-focal
- publish-wheel-mirror-ubuntu-bionic
- publish-wheel-mirror-ubuntu-xenial
- release-wheel-mirror:
dependencies:
- publish-wheel-mirror-centos-7
- publish-wheel-mirror-centos-8
- publish-wheel-mirror-debian-buster
- publish-wheel-mirror-ubuntu-focal
- publish-wheel-mirror-ubuntu-bionic
- publish-wheel-mirror-ubuntu-xenial
- propose-updates: