removing Fedora 35, as it is EOL as of December 13, 2022.

This commit is contained in:
Gareth J. Greenaway 2023-04-21 16:52:02 -07:00 committed by Pedro Algarvio
parent 6a5002fb51
commit 442cb1b180
2 changed files with 1 additions and 27 deletions

View file

@ -364,20 +364,6 @@ jobs:
instances: '["stable-3004", "stable-3005", "onedir-3005", "stable-3006", "onedir-3006", "git-master", "latest"]'
fedora-35:
name: Fedora 35
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
uses: ./.github/workflows/test-linux.yml
needs:
- lint
- generate-actions-workflow
with:
distro-slug: fedora-35
display-name: Fedora 35
timeout: 20
instances: '["git-master"]'
fedora-36:
name: Fedora 36
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@ -613,7 +599,6 @@ jobs:
- centos-stream9
- debian-10
- debian-11
- fedora-35
- fedora-36
- fedora-37
- fedora-38

View file

@ -16,7 +16,6 @@ LINUX_DISTROS = [
"centos-stream9",
"debian-10",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -57,7 +56,6 @@ STABLE_DISTROS = [
"centos-stream8",
"debian-10",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -117,7 +115,6 @@ BLACKLIST_3003 = [
"arch",
"centos-stream9",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -139,7 +136,6 @@ BLACKLIST_GIT_3003 = [
"centos-stream9",
"debian-10",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -160,7 +156,6 @@ BLACKLIST_3004 = [
"almalinux-9",
"arch",
"centos-stream9",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -175,7 +170,6 @@ BLACKLIST_3004 = [
BLACKLIST_3005 = [
"arch",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -194,7 +188,6 @@ BLACKLIST_GIT_3004 = [
"centos-stream9",
"debian-10",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -215,7 +208,6 @@ BLACKLIST_GIT_3005 = [
"arch",
"debian-10",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -232,7 +224,6 @@ BLACKLIST_GIT_3005 = [
BLACKLIST_3006 = [
"arch",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -249,7 +240,6 @@ BLACKLIST_GIT_3006 = [
"centos-stream9",
"debian-10",
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
@ -323,7 +313,7 @@ GIT_DISTRO_BLACKLIST = [
"rockylinux-8",
]
LATEST_PKG_BLACKLIST = ["fedora-35"]
LATEST_PKG_BLACKLIST = []
DISTRO_DISPLAY_NAMES = {
"almalinux-8": "AlmaLinux 8",
@ -335,7 +325,6 @@ DISTRO_DISPLAY_NAMES = {
"centos-stream9": "CentOS Stream 9",
"debian-10": "Debian 10",
"debian-11": "Debian 11",
"fedora-35": "Fedora 35",
"fedora-36": "Fedora 36",
"fedora-37": "Fedora 37",
"fedora-38": "Fedora 38",