From 61709aac2b077372e6166e6f1e78191d8bcc5eea Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Thu, 10 Aug 2023 14:45:00 -0700 Subject: [PATCH] do not test git-master on photon-3, tornado build issues due to docker and kernel headders. --- .github/workflows/ci.yml | 2 +- .github/workflows/templates/generate.py | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 666e065df..8ed9c68d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/templates/generate.py b/.github/workflows/templates/generate.py index 4fb4ded79..190c1188f 100755 --- a/.github/workflows/templates/generate.py +++ b/.github/workflows/templates/generate.py @@ -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",