Merge "build and publish wheels for more distributions (x86-64)"
This commit is contained in:
commit
8d307eb8ca
@ -1,10 +1,16 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: create-afs-token
|
- role: create-afs-token
|
||||||
- role: release-afs-volume
|
|
||||||
afs_volume: mirror.wheel.bionicx64
|
|
||||||
- role: release-afs-volume
|
- role: release-afs-volume
|
||||||
afs_volume: mirror.wheel.cent7x64
|
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
|
- role: release-afs-volume
|
||||||
afs_volume: mirror.wheel.xenialx64
|
afs_volume: mirror.wheel.xenialx64
|
||||||
- role: destroy-afs-token
|
- role: destroy-afs-token
|
||||||
|
@ -885,6 +885,60 @@
|
|||||||
- name: afs
|
- name: afs
|
||||||
secret: wheel_keytab
|
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:
|
- job:
|
||||||
name: build-wheel-mirror-ubuntu-bionic
|
name: build-wheel-mirror-ubuntu-bionic
|
||||||
parent: build-wheel-mirror-base
|
parent: build-wheel-mirror-base
|
||||||
|
@ -5451,11 +5451,17 @@
|
|||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- publish-wheel-mirror-centos-7
|
- 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-bionic
|
||||||
- publish-wheel-mirror-ubuntu-xenial
|
- publish-wheel-mirror-ubuntu-xenial
|
||||||
- release-wheel-mirror:
|
- release-wheel-mirror:
|
||||||
dependencies:
|
dependencies:
|
||||||
- publish-wheel-mirror-centos-7
|
- 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-bionic
|
||||||
- publish-wheel-mirror-ubuntu-xenial
|
- publish-wheel-mirror-ubuntu-xenial
|
||||||
- propose-updates:
|
- propose-updates:
|
||||||
|
Loading…
Reference in New Issue
Block a user