mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
do not test git-master on photon-3, tornado build issues due to docker and kernel headders.
This commit is contained in:
parent
9a512e5c4b
commit
61709aac2b
2 changed files with 8 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -486,7 +486,7 @@ jobs:
|
||||||
distro-slug: photon-3
|
distro-slug: photon-3
|
||||||
display-name: Photon OS 3
|
display-name: Photon OS 3
|
||||||
timeout: 20
|
timeout: 20
|
||||||
instances: '["stable-3006", "onedir-3006", "stable-3006-1", "git-master", "latest", "default"]'
|
instances: '["stable-3006", "onedir-3006", "stable-3006-1", "latest", "default"]'
|
||||||
|
|
||||||
|
|
||||||
photon-4:
|
photon-4:
|
||||||
|
|
8
.github/workflows/templates/generate.py
vendored
8
.github/workflows/templates/generate.py
vendored
|
@ -276,7 +276,13 @@ BLACKLIST_GIT_3006 = [
|
||||||
"ubuntu-2204",
|
"ubuntu-2204",
|
||||||
]
|
]
|
||||||
|
|
||||||
BLACKLIST_GIT_MASTER = ["amazon-2", "debian-10", "freebsd-131", "freebsd-123"]
|
BLACKLIST_GIT_MASTER = [
|
||||||
|
"amazon-2",
|
||||||
|
"debian-10",
|
||||||
|
"freebsd-131",
|
||||||
|
"freebsd-123",
|
||||||
|
"photon-3",
|
||||||
|
]
|
||||||
|
|
||||||
SALT_VERSIONS = [
|
SALT_VERSIONS = [
|
||||||
"3003",
|
"3003",
|
||||||
|
|
Loading…
Add table
Reference in a new issue