From 093032a979a81f376aeeac5237099e84901932ed Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 29 Feb 2024 14:56:50 -0800 Subject: [PATCH] Remove Xenial and CentOS 7 wheel cache build jobs The OpenDev team is looking towards removing CentOS 7 and Ubuntu Xenial test nodes from Zuul and Nodepool. In the case of Xenial this distro release has been EOL for some time now, and in the case of CentOS 7 will go EOL in the near future. Removing these distro releases will allow the OpenDev team to focus on building images for modern releases as well as freeing up space on our mirror filesystems for additional mirror content. At this point OpenStack should largely be on CentOS Stream and Ubuntu Bionic, Focal, and Jammy. We don't expect this to create a major impact. Change-Id: I1ca9403525df470a7da8c1f02bdfb8d4ea90c670 (cherry picked from commit 8fea6f6c7e7144dc07c410730480bd855684e4da) --- .zuul.d/project.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 1f99dc5d1..7e8c67872 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -3,15 +3,9 @@ - openstack-python3-jobs check: jobs: - - build-wheel-cache-centos-7: - files: - - bindep.txt - build-wheel-cache-centos-8-stream: files: - bindep.txt - - build-wheel-cache-ubuntu-xenial: - files: - - bindep.txt - build-wheel-cache-ubuntu-bionic: files: - bindep.txt @@ -78,15 +72,9 @@ - bindep.txt gate: jobs: - - build-wheel-cache-centos-7: - files: - - bindep.txt - build-wheel-cache-centos-8-stream: files: - bindep.txt - - build-wheel-cache-ubuntu-xenial: - files: - - bindep.txt - build-wheel-cache-ubuntu-bionic: files: - bindep.txt