Skip to content

Commit

Permalink
Merge pull request #1619 from mboersma/fix-windows-2025
Browse files Browse the repository at this point in the history
Skip Get-WindowsFeature goss spec for windows-2025
  • Loading branch information
k8s-ci-robot authored Oct 24, 2024
2 parents ebed676 + 87a3ca9 commit 5101ee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/capi/azure_targets.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VHD_TARGETS="ubuntu-2004 ubuntu-2204 ubuntu-2404 centos-7 mariner-2 azurelinux-3 rhel-8 windows-2019-containerd windows-2022-containerd"
VHD_CI_TARGETS="ubuntu-2204 ubuntu-2404 azurelinux-3 windows-2022-containerd"
SIG_TARGETS="ubuntu-2004 ubuntu-2204 ubuntu-2404 centos-7 mariner-2 azurelinux-3 rhel-8 windows-2019-containerd windows-2022-containerd windows-2025-containerd flatcar"
SIG_CI_TARGETS="ubuntu-2204 ubuntu-2404 azurelinux-3 windows-2022-containerd flatcar"
SIG_CI_TARGETS="ubuntu-2204 ubuntu-2404 azurelinux-3 windows-2022-containerd windows-2025-containerd flatcar"
SIG_GEN2_TARGETS="ubuntu-2004 ubuntu-2204 ubuntu-2404 centos-7 mariner-2 azurelinux-3 flatcar"
SIG_GEN2_CI_TARGETS="ubuntu-2204 ubuntu-2404 azurelinux-3 flatcar"
SIG_CVM_TARGETS="ubuntu-2004 ubuntu-2204 ubuntu-2404 windows-2019-containerd windows-2022-containerd"
Expand Down
7 changes: 5 additions & 2 deletions images/capi/packer/goss/goss-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ package:

#################################################################################
######## TODO: [SEPTEMBER 2024] Revert timeout to 60000ms after image GA ########
# The WS2025 preview image build is failing due to timeout issues when running
# PowerShell command to Get Windows Features.
# The WS2025 preview image build is failing due to timeout issues when running
# PowerShell command to Get Windows Features, although the features are enabled.
# Skip this test on WS2025 for now.
{{ if eq .Vars.OS "windows"}} # Windows
{{ if ne .Vars.distribution_version "2025" }}
# Workaround until windows features are added to goss
command:
{{range $name, $vers := index .Vars .Vars.OS "common-windows-features"}}
Expand All @@ -91,3 +93,4 @@ command:
{{end}}
{{end}}
{{end}}
{{end}}

0 comments on commit 5101ee6

Please sign in to comment.