Bring wheel builder for ubuntu-bionic online
Start testing ubuntu-bionic wheel builds, we don't actually publish them yet until we can confirm all our puppet modules work as expected. Change-Id: Ic0bbbb26815a57a1b6cef6f47a856aea453f37f1 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a0ecf2891b
commit
1f6620dedb
@ -933,6 +933,34 @@
|
||||
- name: afs
|
||||
secret: wheel_keytab
|
||||
|
||||
- job:
|
||||
name: build-wheel-mirror-ubuntu-bionic
|
||||
parent: build-wheel-mirror-base
|
||||
description: |
|
||||
Build Ubuntu Bionic wheels for OpenStaci CI mirrors.
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: wheel-mirror-ubuntu-bionic-python2
|
||||
label: ubuntu-bionic
|
||||
- name: wheel-mirror-ubuntu-bionic-python3
|
||||
label: ubuntu-bionic
|
||||
host-vars:
|
||||
wheel-mirror-ubuntu-bionic-python2:
|
||||
wheel_python: python2
|
||||
wheel-mirror-ubuntu-bionic-python3:
|
||||
wheel_python: python3
|
||||
|
||||
- job:
|
||||
name: publish-wheel-mirror-ubuntu-bionic
|
||||
parent: build-wheel-mirror-ubuntu-bionic
|
||||
description: |
|
||||
Publish Ubuntu Bionic wheels for OpenStaci CI mirrors.
|
||||
post-run: playbooks/publish/wheel-mirror.yaml
|
||||
final: true
|
||||
secrets:
|
||||
- name: afs
|
||||
secret: wheel_keytab
|
||||
|
||||
- job:
|
||||
name: build-wheel-mirror-ubuntu-trusty
|
||||
parent: build-wheel-mirror-base
|
||||
|
Loading…
Reference in New Issue
Block a user