Add Debian Bullseye Wheel cache jobs

Depends-On: https://review.opendev.org/c/openstack/project-config/+/783613
Change-Id: I1cb95943700574c658e9d4e64937e2dd88c2570a
This commit is contained in:
Dmitriy Rabotyagov 2021-03-29 13:52:53 +03:00
parent 01746b6df0
commit d582f4fbd7
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