From 328ba708f96be63d1fde314ccbf194d8be0cfd87 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 29 Mar 2021 13:55:51 +0300 Subject: [PATCH] Add Debian bullseye wheel cache publish jobs Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/783629 Change-Id: I420440b494b02ba40c9ce9a6631c149f6d20f066 --- zuul.d/jobs.yaml | 28 ++++++++++++++++++++++++++++ zuul.d/projects.yaml | 4 ++++ 2 files changed, 32 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index bbace54255..ddd0a71fab 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -892,6 +892,34 @@ - name: afs secret: wheel_keytab +- job: + name: publish-wheel-cache-debian-bullseye + description: | + Publish Debian bullseye wheels for OpenStack CI mirrors. + parent: build-wheel-cache-debian-bullseye + pre-run: playbooks/openafs-client/setup.yaml + post-run: playbooks/publish/wheel-mirror.yaml + allowed-projects: + - openstack/requirements + final: true + secrets: + - name: afs + secret: wheel_keytab + +- job: + name: publish-wheel-cache-debian-bullseye-arm64 + description: | + Publish Debian bullseye wheels for OpenStack CI mirrors. + parent: build-wheel-cache-debian-bullseye-arm64 + pre-run: playbooks/openafs-client/setup.yaml + post-run: playbooks/publish/wheel-mirror.yaml + allowed-projects: + - openstack/requirements + final: true + secrets: + - name: afs + secret: wheel_keytab + - job: name: publish-wheel-cache-debian-buster description: | diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index a8e8457e6a..b6899fde69 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -5182,11 +5182,13 @@ jobs: - publish-wheel-cache-centos-7 - publish-wheel-cache-centos-8 + - publish-wheel-cache-debian-bullseye - publish-wheel-cache-debian-buster - publish-wheel-cache-ubuntu-focal - publish-wheel-cache-ubuntu-bionic - publish-wheel-cache-ubuntu-xenial - publish-wheel-cache-centos-8-arm64 + - publish-wheel-cache-debian-bullseye-arm64 - publish-wheel-cache-debian-buster-arm64 - publish-wheel-cache-ubuntu-focal-arm64 - publish-wheel-cache-ubuntu-bionic-arm64 @@ -5195,11 +5197,13 @@ dependencies: - publish-wheel-cache-centos-7 - publish-wheel-cache-centos-8 + - publish-wheel-cache-debian-bullseye - publish-wheel-cache-debian-buster - publish-wheel-cache-ubuntu-focal - publish-wheel-cache-ubuntu-bionic - publish-wheel-cache-ubuntu-xenial - publish-wheel-cache-centos-8-arm64 + - publish-wheel-cache-debian-bullseye-arm64 - publish-wheel-cache-debian-buster-arm64 - publish-wheel-cache-ubuntu-focal-arm64 - publish-wheel-cache-ubuntu-bionic-arm64