build and publish wheels for more distributions (x86-64)
- CentOS 8 - Debian 'buster' - Ubuntu 'focal' Change-Id: I767359d48e04473fad0992b35c804ed511cfaa62
This commit is contained in:
parent
a50f36da57
commit
3445673eea
@ -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
|
||||
|
@ -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
|
||||
|
@ -5440,11 +5440,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:
|
||||
|
Loading…
Reference in New Issue
Block a user