diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 111ef34064..71d181613e 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 1e95fa653e..41e7857828 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -5183,11 +5183,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