diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cc9cd86a..ba7423643 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/Schutzfile b/Schutzfile index 159211eff..9b5f137e1 100644 --- a/Schutzfile +++ b/Schutzfile @@ -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": {