mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
removing distros from latest blacklist which have latest packages available.
This commit is contained in:
parent
5f8d1b4c00
commit
40a072f231
2 changed files with 4 additions and 8 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/templates/generate.py
vendored
6
.github/workflows/templates/generate.py
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue