do not test git-master on photon-3, tornado build issues due to docker and kernel headders.

This commit is contained in:
Gareth J. Greenaway 2023-08-10 14:45:00 -07:00 committed by Pedro Algarvio
parent 9a512e5c4b
commit 61709aac2b
2 changed files with 8 additions and 2 deletions

View file

@ -486,7 +486,7 @@ jobs:
distro-slug: photon-3
display-name: Photon OS 3
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:

View file

@ -276,7 +276,13 @@ BLACKLIST_GIT_3006 = [
"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 = [
"3003",