mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Revert to installing 3006 from the tag but blacklist any distribution that was running it until 3006.1 is out.
This commit is contained in:
parent
8d02826be7
commit
7825da5e89
3 changed files with 7 additions and 4 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", "git-3006", "onedir-3006", "git-master", "onedir-nightly"]'
|
||||
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master", "onedir-nightly"]'
|
||||
|
||||
|
||||
amazon-2:
|
||||
|
@ -333,7 +333,7 @@ jobs:
|
|||
distro-slug: centos-stream9
|
||||
display-name: CentOS Stream 9
|
||||
timeout: 20
|
||||
instances: '["git-3005", "onedir-3005", "git-3006", "onedir-3006", "git-master", "onedir-nightly"]'
|
||||
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master", "onedir-nightly"]'
|
||||
|
||||
|
||||
debian-10:
|
||||
|
@ -529,7 +529,7 @@ jobs:
|
|||
distro-slug: rockylinux-9
|
||||
display-name: Rocky Linux 9
|
||||
timeout: 20
|
||||
instances: '["git-3005", "onedir-3005", "git-3006", "onedir-3006", "git-master", "onedir-nightly"]'
|
||||
instances: '["git-3005", "onedir-3005", "onedir-3006", "git-master", "onedir-nightly"]'
|
||||
|
||||
|
||||
ubuntu-2004:
|
||||
|
|
3
.github/workflows/templates/generate.py
vendored
3
.github/workflows/templates/generate.py
vendored
|
@ -223,8 +223,10 @@ BLACKLIST_3006 = [
|
|||
]
|
||||
|
||||
BLACKLIST_GIT_3006 = [
|
||||
"almalinux-9",
|
||||
"amazon-2",
|
||||
"arch",
|
||||
"centos-stream9",
|
||||
"debian-10",
|
||||
"debian-11",
|
||||
"fedora-35",
|
||||
|
@ -235,6 +237,7 @@ BLACKLIST_GIT_3006 = [
|
|||
"gentoo-systemd",
|
||||
"opensuse-15",
|
||||
"opensuse-tumbleweed",
|
||||
"rockylinux-9",
|
||||
"ubuntu-2004",
|
||||
"ubuntu-2110",
|
||||
"ubuntu-2204",
|
||||
|
|
|
@ -182,7 +182,7 @@ suites:
|
|||
- openbsd-6
|
||||
- name: git-3006
|
||||
provisioner:
|
||||
salt_version: 3006.x
|
||||
salt_version: v3006
|
||||
salt_bootstrap_options: -x python3 -MPfq git %s
|
||||
excludes:
|
||||
- opensuse-15
|
||||
|
|
Loading…
Add table
Reference in a new issue