From 067e0024906cfa09812d390d12595085bbda777a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 4 Jun 2024 11:47:17 +0200 Subject: [PATCH] Drop testing on c8s, which is EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit c8s is EOL and repositories are no longer working. Drop building and testing on c8s. Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 4 ---- .packit.yaml | 2 -- Schutzfile | 55 -------------------------------------------------- 3 files changed, 61 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 600e0abb..a1661a56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,8 +43,6 @@ RPM: - aws/fedora-39-aarch64 - aws/fedora-40-x86_64 - aws/fedora-40-aarch64 - - aws/centos-stream-8-x86_64 - - aws/centos-stream-8-aarch64 - aws/centos-stream-9-x86_64 - aws/centos-stream-9-aarch64 - aws/rhel-8.9-ga-x86_64 @@ -97,8 +95,6 @@ Manifests: RUNNER: - aws/fedora-37-x86_64 - aws/fedora-37-aarch64 - - aws/centos-stream-8-x86_64 - - aws/centos-stream-8-aarch64 - aws/centos-stream-9-x86_64 - aws/centos-stream-9-aarch64 - PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"] diff --git a/.packit.yaml b/.packit.yaml index 295cd6a7..6fcc1c61 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -26,8 +26,6 @@ jobs: job: copr_build trigger: pull_request targets: - - centos-stream-8-aarch64 - - centos-stream-8-x86_64 - centos-stream-9-aarch64 - centos-stream-9-x86_64 - epel-8-aarch64 diff --git a/Schutzfile b/Schutzfile index cf600b6a..6cfaeaab 100644 --- a/Schutzfile +++ b/Schutzfile @@ -355,60 +355,5 @@ ] } ] - }, - "centos-stream-8": { - "repos": [ - { - "file": "/etc/yum.repos.d/CentOS-Stream-BaseOS.repo", - "x86_64": [ - { - "title": "baseos", - "name": "baseos", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el8/cs8-x86_64-baseos-20240514" - } - ], - "aarch64": [ - { - "title": "baseos", - "name": "baseos", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el8/cs8-aarch64-baseos-20240514" - } - ] - }, - { - "file": "/etc/yum.repos.d/CentOS-Stream-AppStream.repo", - "x86_64": [ - { - "title": "appstream", - "name": "appstream", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el8/cs8-x86_64-appstream-20240514" - } - ], - "aarch64": [ - { - "title": "appstream", - "name": "appstream", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el8/cs8-aarch64-appstream-20240514" - } - ] - }, - { - "file": "/etc/yum.repos.d/CentOS-Stream-PowerTools.repo", - "x86_64": [ - { - "title": "powertools", - "name": "powertools", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el8/cs8-x86_64-powertools-20240514" - } - ], - "aarch64": [ - { - "title": "powertools", - "name": "powertoosl", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el8/cs8-aarch64-powertools-20240514" - } - ] - } - ] } } \ No newline at end of file