Skip to content

Commit f6c25a1

Browse files
authored
Merge pull request #35130 from zylxjtu/master
Enable grafceful shutdown for windows serial test
2 parents f77e045 + b6f3555 commit f6c25a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/jobs/kubernetes-sigs/sig-windows/release-master-windows.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ periodics:
355355
preset-azure-community: "true"
356356
preset-capz-windows-common: "true"
357357
preset-capz-windows-2022: "true"
358+
preset-capz-serial-slow: "true"
358359
extra_refs:
359360
- org: kubernetes-sigs
360361
repo: cluster-api-provider-azure
@@ -392,9 +393,9 @@ periodics:
392393
- name: API_SERVER_FEATURE_GATES
393394
value: "InPlacePodVerticalScaling=true"
394395
- name: GINKGO_FOCUS
395-
value: (\[Feature:InPlacePodVerticalScaling\]|\[Feature:NodeLogQuery\]|\[sig-windows\]) # run the features and a few windows related tests
396+
value: (\[Feature:InPlacePodVerticalScaling\]|\[Feature:NodeLogQuery\]|\[sig-windows\]|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods) # run the features and a few windows related tests
396397
- name: NODE_FEATURE_GATES
397-
value: "InPlacePodVerticalScaling=true,NodeLogQuery=true,PodAndContainerStatsFromCRI=true,RuntimeClassInImageCriApi=true"
398+
value: "InPlacePodVerticalScaling=true,NodeLogQuery=true,PodAndContainerStatsFromCRI=true,RuntimeClassInImageCriApi=true,WindowsGracefulNodeShutdown=true"
398399
- name: SCHEDULER_FEATURE_GATES
399400
value: "InPlacePodVerticalScaling=true"
400401
- name: WINDOWS_CONTAINERD_URL

0 commit comments

Comments
 (0)