From 14dad80b2a7aa2260d3ad175121de64bf20c005f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 11 Jan 2022 13:20:24 -0800 Subject: [PATCH] Remove centos-8 wheel publishing jobs We are beginning the process of removing these images from OpenDev. Later changes will need to clean up our grafyaml configs and nodepool configs, but this allows us to remove jobs from zuul and once those are all gone we can remove the nodes from nodepool then remove the grafyaml configs. Change-Id: I6c2bc2fc4314e8eb205766f22738135551191452 --- zuul.d/jobs.yaml | 28 ---------------------------- zuul.d/projects.yaml | 4 ---- 2 files changed, 32 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d00f64cb7d..3a9e2d50d4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -865,34 +865,6 @@ - name: afs secret: wheel_keytab -- job: - name: publish-wheel-cache-centos-8 - description: | - Publish CentOS 8 wheels for OpenStack CI mirrors. - parent: build-wheel-cache-centos-8 - pre-run: playbooks/openafs-client/setup.yaml - post-run: playbooks/publish/wheel-mirror.yaml - allowed-projects: - - openstack/requirements - final: true - secrets: - - name: afs - secret: wheel_keytab - -- job: - name: publish-wheel-cache-centos-8-arm64 - description: | - Publish CentOS 8 wheels for OpenStack CI mirrors. - parent: build-wheel-cache-centos-8-arm64 - pre-run: playbooks/openafs-client/setup.yaml - post-run: playbooks/publish/wheel-mirror.yaml - allowed-projects: - - openstack/requirements - final: true - secrets: - - name: afs - secret: wheel_keytab - - job: name: publish-wheel-cache-centos-8-stream description: | diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 012939c8a9..df80f9ec88 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -5197,14 +5197,12 @@ periodic: jobs: - publish-wheel-cache-centos-7 - - publish-wheel-cache-centos-8 - publish-wheel-cache-centos-8-stream - publish-wheel-cache-debian-bullseye - publish-wheel-cache-debian-buster - publish-wheel-cache-ubuntu-focal - publish-wheel-cache-ubuntu-bionic - publish-wheel-cache-ubuntu-xenial - - publish-wheel-cache-centos-8-arm64 - publish-wheel-cache-centos-8-stream-arm64 - publish-wheel-cache-debian-bullseye-arm64 - publish-wheel-cache-debian-buster-arm64 @@ -5213,14 +5211,12 @@ - release-wheel-cache: dependencies: - publish-wheel-cache-centos-7 - - publish-wheel-cache-centos-8 - publish-wheel-cache-centos-8-stream - publish-wheel-cache-debian-bullseye - publish-wheel-cache-debian-buster - publish-wheel-cache-ubuntu-focal - publish-wheel-cache-ubuntu-bionic - publish-wheel-cache-ubuntu-xenial - - publish-wheel-cache-centos-8-arm64 - publish-wheel-cache-centos-8-stream-arm64 - publish-wheel-cache-debian-bullseye-arm64 - publish-wheel-cache-debian-buster-arm64