Merge "Add Debian Bullseye Wheel cache jobs"

This commit is contained in:
Zuul 2021-05-04 16:31:14 +00:00 committed by Gerrit Code Review
commit a46f5aa7da
1 changed files with 26 additions and 0 deletions

View File

@ -1508,6 +1508,32 @@
wheel-cache-centos-8-arm64-python3:
wheel_python: python3
- job:
name: build-wheel-cache-debian-bullseye
parent: build-wheel-cache-base
description: |
Build Debian bullseye wheels for OpenStack CI mirrors.
nodeset:
nodes:
- name: wheel-cache-debian-bullseye-python3
label: debian-bullseye
host-vars:
wheel-cache-debian-bullseye-python3:
wheel_python: python3
- job:
name: build-wheel-cache-debian-bullseye-arm64
parent: build-wheel-cache-base
description: |
Build Debian bullseye wheels for OpenStack CI mirrors.
nodeset:
nodes:
- name: wheel-cache-debian-bullseye-arm64-python3
label: debian-bullseye-arm64
host-vars:
wheel-cache-debian-bullseye-arm64-python3:
wheel_python: python3
- job:
name: build-wheel-cache-debian-buster
parent: build-wheel-cache-base