Skip to content

Commit 5a70dc4

Browse files
authored
Merge pull request #34410 from jsturtevant/patch-9
[sig-windows] update windows serial slow jobs to skip alpha tests
2 parents 505e17c + 598a47e commit 5a70dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ periodics:
100100
- name: GINKGO_FOCUS
101101
value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector
102102
- name: GINKGO_SKIP
103-
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]
103+
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods|\[Alpha\]
104104
annotations:
105105
testgrid-alert-email: [email protected], [email protected]
106106
testgrid-dashboards: sig-windows-1.32-release, sig-windows-signal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ 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\]
235+
value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods|\[Alpha\]
236236
annotations:
237237
testgrid-alert-email: [email protected], [email protected]
238238
testgrid-dashboards: sig-windows-master-release, sig-windows-signal

0 commit comments

Comments
 (0)