mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Blacklist Fedora-35 from latest so those are not available
This commit is contained in:
parent
bd661179c1
commit
6a5002fb51
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -375,7 +375,7 @@ jobs:
|
|||
distro-slug: fedora-35
|
||||
display-name: Fedora 35
|
||||
timeout: 20
|
||||
instances: '["git-master", "latest"]'
|
||||
instances: '["git-master"]'
|
||||
|
||||
|
||||
fedora-36:
|
||||
|
|
2
.github/workflows/templates/generate.py
vendored
2
.github/workflows/templates/generate.py
vendored
|
@ -323,7 +323,7 @@ GIT_DISTRO_BLACKLIST = [
|
|||
"rockylinux-8",
|
||||
]
|
||||
|
||||
LATEST_PKG_BLACKLIST = []
|
||||
LATEST_PKG_BLACKLIST = ["fedora-35"]
|
||||
|
||||
DISTRO_DISPLAY_NAMES = {
|
||||
"almalinux-8": "AlmaLinux 8",
|
||||
|
|
Loading…
Add table
Reference in a new issue