Skip to content

Commit

Permalink
do not test git-master on photon-3, tornado build issues due to docke…
Browse files Browse the repository at this point in the history
…r and kernel headders.
  • Loading branch information
garethgreenaway committed Aug 10, 2023
1 parent dbf439a commit 0295812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/templates/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,13 @@
"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",
Expand Down

0 comments on commit 0295812

Please sign in to comment.