Drop testing on c8s, which is EOL

c8s is EOL and repositories are no longer working. Drop building and
testing on c8s.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-06-04 11:47:17 +02:00 committed by Achilleas Koutsou
parent 8985155157
commit 067e002490
3 changed files with 0 additions and 61 deletions

View file

@ -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"]

View file

@ -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

View file

@ -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"
}
]
}
]
}
}