COMPOSER-1593: Retire the use of Fedora 34 in CI

we already use Fedora 35 anyway
This commit is contained in:
Alexander Todorov 2022-05-23 13:30:24 +03:00 committed by Ondřej Budai
parent a1306a122a
commit 807804ba54
2 changed files with 0 additions and 84 deletions

View file

@ -83,8 +83,6 @@ RPM:
parallel:
matrix:
- RUNNER:
- aws/fedora-34-x86_64
- aws/fedora-34-aarch64
- aws/fedora-35-x86_64
- aws/fedora-35-aarch64
- aws/rhel-8.5-ga-x86_64
@ -164,8 +162,6 @@ Base:
parallel:
matrix:
- RUNNER:
- aws/fedora-34-x86_64
- aws/fedora-34-aarch64
- aws/fedora-35-x86_64
- aws/fedora-35-aarch64
- aws/rhel-8.5-ga-x86_64
@ -208,8 +204,6 @@ Manifests:
parallel:
matrix:
- RUNNER:
- aws/fedora-34-x86_64
- aws/fedora-34-aarch64
- aws/fedora-35-x86_64
- aws/fedora-35-aarch64
- aws/centos-stream-8-x86_64
@ -391,7 +385,6 @@ Rebase OSTree:
.fedora_runners: &fedora_runners
RUNNER:
- aws/fedora-34-x86_64
- aws/fedora-35-x86_64
.integration_fedora:

View file

@ -1,81 +1,4 @@
{
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "b57376d1607587d3739eb2c754ba6b27e272198a"
}
},
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-x86_64-fedora-20210512"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-aarch64-fedora-20210512"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-modular.repo",
"x86_64": [
{
"title": "fedora-modular",
"name": "fedora-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-x86_64-fedora-modular-20210512"
}
],
"aarch64": [
{
"title": "fedora-modular",
"name": "fedora-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-aarch64-fedora-modular-20210512"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-updates.repo",
"x86_64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-x86_64-updates-released-20220519"
}
],
"aarch64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-aarch64-updates-released-20220519"
}
]
},
{
"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/f34/f34-x86_64-updates-released-modular-20220519"
}
],
"aarch64": [
{
"title": "updates-modular",
"name": "updates-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-aarch64-updates-released-modular-20220519"
}
]
}
]
},
"fedora-35": {
"dependencies": {
"osbuild": {