From a6902bb563143945776acf58ad3cd7979d54eb4e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 23 Feb 2024 08:40:46 -0800 Subject: [PATCH] Drop Debian Buster python wheel mirror jobs We are in the process of dropping this node type from nodepool and our mirrors entirely. Stop running jobs to build the python wheel mirror/cache for this release. Note we may need to force merge some of these depends on in order to get this change in. Maybe we'll force merge this change instead or as well. Depends-On: https://review.opendev.org/c/openstack/requirements/+/910247 Depends-On: https://review.opendev.org/c/openstack/requirements/+/910241 Depends-On: https://review.opendev.org/c/openstack/requirements/+/910242 Depends-On: https://review.opendev.org/c/openstack/requirements/+/910243 Depends-On: https://review.opendev.org/c/openstack/requirements/+/910244 Depends-On: https://review.opendev.org/c/openstack/requirements/+/910245 Depends-On: https://review.opendev.org/c/openstack/requirements/+/910246 Change-Id: I0d328220b1679c8ac514bf534dbb6a908db0a2dd --- zuul.d/jobs.yaml | 34 ---------------------------------- zuul.d/project.yaml | 8 -------- 2 files changed, 42 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 07991dae..330b0bfe 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1591,40 +1591,6 @@ wheel-cache-debian-bullseye-arm64-python3: wheel_python: python3 -- job: - name: build-wheel-cache-debian-buster - parent: build-wheel-cache-base - description: | - Build Debian buster wheels for OpenStack CI mirrors. - nodeset: - nodes: - - name: wheel-cache-debian-buster-python2 - label: debian-buster - - name: wheel-cache-debian-buster-python3 - label: debian-buster - host-vars: - wheel-cache-debian-buster-python2: - wheel_python: python2 - wheel-cache-debian-buster-python3: - wheel_python: python3 - -- job: - name: build-wheel-cache-debian-buster-arm64 - parent: build-wheel-cache-base - description: | - Build Debian buster wheels for OpenStack CI mirrors. - nodeset: - nodes: - - name: wheel-cache-debian-buster-arm64-python2 - label: debian-buster-arm64 - - name: wheel-cache-debian-buster-arm64-python3 - label: debian-buster-arm64 - host-vars: - wheel-cache-debian-buster-arm64-python2: - wheel_python: python2 - wheel-cache-debian-buster-arm64-python3: - wheel_python: python3 - - job: name: build-wheel-cache-ubuntu-jammy parent: build-wheel-cache-base diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 5e72e86a..ac4df088 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -29,10 +29,6 @@ files: - playbooks/wheel-cache - roles/build-wheel-cache - - build-wheel-cache-debian-buster: - files: - - playbooks/wheel-cache - - roles/build-wheel-cache - build-wheel-cache-debian-bullseye: files: - playbooks/wheel-cache @@ -63,10 +59,6 @@ files: - playbooks/wheel-cache - roles/build-wheel-cache - - build-wheel-cache-debian-buster-arm64: - files: - - playbooks/wheel-cache - - roles/build-wheel-cache - build-wheel-cache-debian-bullseye-arm64: files: - playbooks/wheel-cache