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:
parent
8985155157
commit
067e002490
3 changed files with 0 additions and 61 deletions
|
|
@ -43,8 +43,6 @@ RPM:
|
||||||
- aws/fedora-39-aarch64
|
- aws/fedora-39-aarch64
|
||||||
- aws/fedora-40-x86_64
|
- aws/fedora-40-x86_64
|
||||||
- aws/fedora-40-aarch64
|
- 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-x86_64
|
||||||
- aws/centos-stream-9-aarch64
|
- aws/centos-stream-9-aarch64
|
||||||
- aws/rhel-8.9-ga-x86_64
|
- aws/rhel-8.9-ga-x86_64
|
||||||
|
|
@ -97,8 +95,6 @@ Manifests:
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/fedora-37-x86_64
|
- aws/fedora-37-x86_64
|
||||||
- aws/fedora-37-aarch64
|
- 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-x86_64
|
||||||
- aws/centos-stream-9-aarch64
|
- aws/centos-stream-9-aarch64
|
||||||
- PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"]
|
- PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"]
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,6 @@ jobs:
|
||||||
job: copr_build
|
job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
targets:
|
targets:
|
||||||
- centos-stream-8-aarch64
|
|
||||||
- centos-stream-8-x86_64
|
|
||||||
- centos-stream-9-aarch64
|
- centos-stream-9-aarch64
|
||||||
- centos-stream-9-x86_64
|
- centos-stream-9-x86_64
|
||||||
- epel-8-aarch64
|
- epel-8-aarch64
|
||||||
|
|
|
||||||
55
Schutzfile
55
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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue