removing distros from latest blacklist which have latest packages available.

This commit is contained in:
Gareth J. Greenaway 2023-04-21 13:28:31 -07:00 committed by Pedro Algarvio
parent 5f8d1b4c00
commit 40a072f231
2 changed files with 4 additions and 8 deletions

View file

@ -263,7 +263,7 @@ jobs:
distro-slug: almalinux-9
display-name: AlmaLinux 9
timeout: 20
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master"]'
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master", "latest"]'
amazon-2:
@ -333,7 +333,7 @@ jobs:
distro-slug: centos-stream9
display-name: CentOS Stream 9
timeout: 20
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master"]'
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master", "latest"]'
debian-10:
@ -557,7 +557,7 @@ jobs:
distro-slug: rockylinux-9
display-name: Rocky Linux 9
timeout: 20
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master"]'
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master", "latest"]'
ubuntu-2004:

View file

@ -321,11 +321,7 @@ GIT_DISTRO_BLACKLIST = [
"rockylinux-8",
]
LATEST_PKG_BLACKLIST = [
"almalinux-9",
"centos-stream9",
"rockylinux-9",
]
LATEST_PKG_BLACKLIST = []
DISTRO_DISPLAY_NAMES = {
"almalinux-8": "AlmaLinux 8",