From 665e2004f1d3282c723932623653283a38d60632 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Thu, 1 Apr 2021 11:35:36 -0700 Subject: [PATCH] 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. --- test/e2e/windows/device_plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/windows/device_plugin.go b/test/e2e/windows/device_plugin.go index b901a3d984e..890ecbdee22 100644 --- a/test/e2e/windows/device_plugin.go +++ b/test/e2e/windows/device_plugin.go @@ -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