Windows tests: Adds [Feature:GPUDevicePlugin] tag to Device Plugin test

The test verifies a specific feature, in which GPUs are required, thus, cannot
be run in most testing environments. We should exclude this test from most test jobs.
We'll be doing this by adding the [Feature:GPUDevicePlugin] tag (which is also being
used by test/e2e/scheduling/nvidia-gpus.go), and then add it to the ginkgo skip regex.
This commit is contained in:
Claudiu Belu 2021-04-01 11:35:36 -07:00
parent f137c47770
commit 665e2004f1

View File

@ -37,7 +37,7 @@ const (
testSlowMultiplier = 60
)
var _ = SIGDescribe("Device Plugin", func() {
var _ = SIGDescribe("[Feature:GPUDevicePlugin] Device Plugin", func() {
f := framework.NewDefaultFramework("device-plugin")
var cs clientset.Interface