From 8325a38fa9812536636b9fc05c7a4c5ceb25cbea Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 11 Mar 2024 08:32:52 -0700 Subject: [PATCH] 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 --- .../openafs-rpm-package-build/publish.yaml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/playbooks/openafs-rpm-package-build/publish.yaml b/playbooks/openafs-rpm-package-build/publish.yaml index 9f96e464..5acd9526 100644 --- a/playbooks/openafs-rpm-package-build/publish.yaml +++ b/playbooks/openafs-rpm-package-build/publish.yaml @@ -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 #