From 222023bc31767525035297cfa80992e37ce80bfb Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 23 May 2022 13:28:34 +0300 Subject: [PATCH] COMPOSER-1593: Retire Fedora 34 from CI --- .gitlab-ci.yml | 5 ---- Schutzfile | 72 -------------------------------------------------- 2 files changed, 77 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ec336f5..b25905e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,8 +34,6 @@ RPM: 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 @@ -60,8 +58,6 @@ Composer Tests: 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 @@ -82,7 +78,6 @@ OSTree Images: parallel: matrix: - RUNNER: - - aws/fedora-34-x86_64 - aws/fedora-35-x86_64 - aws/rhel-8.5-ga-x86_64 - aws/rhel-8.6-nightly-x86_64 diff --git a/Schutzfile b/Schutzfile index 243a6917..4857afb1 100644 --- a/Schutzfile +++ b/Schutzfile @@ -1,76 +1,4 @@ { - "fedora-34": { - "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-20220330" - } - ], - "aarch64": [ - { - "title": "updates", - "name": "updates", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-aarch64-updates-released-20220330" - } - ] - }, - { - "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-20220330" - } - ], - "aarch64": [ - { - "title": "updates-modular", - "name": "updates-modular", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f34/f34-aarch64-updates-released-modular-20220330" - } - ] - } - ] - }, "fedora-35": { "repos": [ {