More CentOS 7 Cleanup

This removes publication of centos 7 build artifacts (like those for
openafs packages) from our centos artifacts publication job. We split
this into a separate change because centos 7 got a new kernel recently
and our existing dib images hadn't refreshed to pull that in yet which
is required for successful package updates on centos 8 and 9 stream.

Now the kernel should be updated and everything should work.

Change-Id: I369ceb1dda81f698d8b591b5f2991f99a7a823af
This commit is contained in:
Clark Boylan 2024-03-11 08:32:52 -07:00
parent c24b26ae7f
commit 8325a38fa9
1 changed files with 0 additions and 26 deletions

View File

@ -5,36 +5,10 @@
state: directory
path: '{{ zuul.executor.work_root }}/{{ item }}'
loop:
- 'artifacts/openafs/centos7'
- 'artifacts/openafs/centos8'
- 'artifacts/openafs/centos8-stream'
- 'artifacts/openafs/centos9-stream'
#
# CentOS 7
#
# Download everything to the artifacts/ directory for publish
- name: Download centos 7 x86 artifact
include_role:
name: download-artifact
vars:
download_artifact_api: "https://zuul.opendev.org/api/tenant/{{ zuul.tenant }}"
download_artifact_type: rpm.tar.gz
download_artifact_pipeline: gate
download_artifact_job: openafs-rpm-package-build-centos-7-x86
download_artifact_directory: '{{ zuul.executor.work_root }}'
- name: Extract centos 7 x86
unarchive:
src: '{{ zuul.executor.work_root }}/openafs-rpms.tar.gz'
dest: '{{ zuul.executor.work_root }}/artifacts/openafs/centos7'
- name: Remove artifact
file:
state: absent
path: '{{ zuul.executor.work_root }}/openafs-rpms.tar.gz'
#
# CentOS 8
#