From 1f6620dedb2aeac1d631a8264a0c950ba518ee6c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 6 Mar 2018 15:12:48 -0500 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 56e29a8645..08e5728e36 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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