Drop testing on F37 and F38, which are EOL
F37 and F38 are EOL and repositories are no longer working. Drop building and testing on F37 and F38. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
067e002490
commit
7aff6c9d3c
2 changed files with 3 additions and 151 deletions
|
|
@ -35,10 +35,6 @@ RPM:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- aws/fedora-37-x86_64
|
||||
- aws/fedora-37-aarch64
|
||||
- aws/fedora-38-x86_64
|
||||
- aws/fedora-38-aarch64
|
||||
- aws/fedora-39-x86_64
|
||||
- aws/fedora-39-aarch64
|
||||
- aws/fedora-40-x86_64
|
||||
|
|
@ -65,7 +61,7 @@ OSTree Images:
|
|||
- schutzbot/deploy.sh
|
||||
- sudo test/cases/ostree-images --manifest "$MANIFEST" --export $EXPORT
|
||||
variables:
|
||||
RUNNER: aws/fedora-38-x86_64
|
||||
RUNNER: aws/fedora-39-x86_64
|
||||
parallel:
|
||||
matrix:
|
||||
- MANIFEST: fedora-ostree-tarball.json
|
||||
|
|
@ -93,8 +89,8 @@ Manifests:
|
|||
matrix:
|
||||
- PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"]
|
||||
RUNNER:
|
||||
- aws/fedora-37-x86_64
|
||||
- aws/fedora-37-aarch64
|
||||
- aws/fedora-39-x86_64
|
||||
- aws/fedora-39-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"]
|
||||
|
|
|
|||
144
Schutzfile
144
Schutzfile
|
|
@ -6,150 +6,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fedora-37": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-development-20221115/"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-development-20221115/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-modular.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-modular-development-20221115/"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-modular-development-20221115/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-updates.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "updates",
|
||||
"name": "updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-development-20221115/"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "updates",
|
||||
"name": "updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-development-20221115/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-updates-modular.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "updates-modular",
|
||||
"name": "updates-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-modular-development-20221115/"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "updates-modular",
|
||||
"name": "updates-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-modular-development-20221115/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"fedora-38": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-fedora-20230413"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-fedora-20230413"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-modular.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-fedora-modular-20230413"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-fedora-modular-20230413"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-updates.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "updates",
|
||||
"name": "updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-updates-released-20240514"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "updates",
|
||||
"name": "updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-updates-released-20240514"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-updates-modular.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "updates-modular",
|
||||
"name": "updates-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-updates-released-modular-20240514"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "updates-modular",
|
||||
"name": "updates-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-updates-released-modular-20240514"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"fedora-39": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue