Skip to content

Commit 40f08b8

Browse files
committed
Add windows graceful shutdown case into serial slow test
1 parent 0bf013c commit 40f08b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ periodics:
232232
- name: GINKGO_FOCUS
233233
value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector
234234
- name: GINKGO_SKIP
235-
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods|\[Alpha\]|\[FeatureGate:SchedulerAsyncPreemption\] \[Beta\]
235+
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]|\[Alpha\]|\[FeatureGate:SchedulerAsyncPreemption\] \[Beta\]
236+
- name: NODE_FEATURE_GATES
237+
value: "WindowsGracefulNodeShutdown=true"
236238
annotations:
237239
testgrid-alert-email: [email protected], [email protected]
238240
testgrid-dashboards: sig-windows-master-release, sig-windows-signal
@@ -355,7 +357,6 @@ periodics:
355357
preset-azure-community: "true"
356358
preset-capz-windows-common: "true"
357359
preset-capz-windows-2022: "true"
358-
preset-capz-serial-slow: "true"
359360
extra_refs:
360361
- org: kubernetes-sigs
361362
repo: cluster-api-provider-azure
@@ -393,9 +394,9 @@ periodics:
393394
- name: API_SERVER_FEATURE_GATES
394395
value: "InPlacePodVerticalScaling=true"
395396
- name: GINKGO_FOCUS
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
397+
value: (\[Feature:InPlacePodVerticalScaling\]|\[Feature:NodeLogQuery\]|\[sig-windows\]) # run the features and a few windows related tests
397398
- name: NODE_FEATURE_GATES
398-
value: "InPlacePodVerticalScaling=true,NodeLogQuery=true,PodAndContainerStatsFromCRI=true,RuntimeClassInImageCriApi=true,WindowsGracefulNodeShutdown=true"
399+
value: "InPlacePodVerticalScaling=true,NodeLogQuery=true,PodAndContainerStatsFromCRI=true,RuntimeClassInImageCriApi=true"
399400
- name: SCHEDULER_FEATURE_GATES
400401
value: "InPlacePodVerticalScaling=true"
401402
- name: WINDOWS_CONTAINERD_URL

0 commit comments

Comments
 (0)