From 367627e01db8f7aa8b49185a83b3946413aa269d Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 25 Jun 2026 12:51:46 +0200 Subject: [PATCH] Drop build-wheel-cache jobs The job for bionic no longer exists. But we really shouldn't update the wheel caches for unmaintained branches at all, so also drop focal. Embedded CI fixes/workarounds: - Drop broken openstack-tox-py36 job - Make openstack-tox-py39 nonvoting temporarily Signed-off-by: Dr. Jens Harbott Change-Id: I22e36472bd9b298eef425e540307a49bd175adc5 --- .zuul.d/project.yaml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index b89e919dd..4061e2dd0 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -3,13 +3,10 @@ - openstack-python3-yoga-jobs check: jobs: - - build-wheel-cache-ubuntu-bionic: - files: - - bindep.txt - - build-wheel-cache-ubuntu-focal: - files: - - bindep.txt - openstack-tox-validate + # TODO(frickler): fix this job properly + - openstack-tox-py39: + voting: false - requirements-tox-babel - requirements-tox-bindep: voting: false @@ -37,7 +34,6 @@ - cross-octavia-py38 - cross-osc-tox-docs - cross-swift-py38 - - openstack-tox-py36 - openstacksdk-functional-devstack - tempest-full-py3: irrelevant-files: @@ -54,13 +50,10 @@ - bindep.txt gate: jobs: - - build-wheel-cache-ubuntu-bionic: - files: - - bindep.txt - - build-wheel-cache-ubuntu-focal: - files: - - bindep.txt - openstack-tox-validate + # TODO(frickler): fix this job properly + - openstack-tox-py39: + voting: false - requirements-tox-babel - requirements-tox-py36-check-uc - requirements-tox-py38-check-uc @@ -85,7 +78,6 @@ - cross-octavia-py38 - cross-osc-tox-docs - cross-swift-py38 - - openstack-tox-py36 - openstacksdk-functional-devstack - tempest-full-py3: irrelevant-files: