mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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:
parent
f137c47770
commit
665e2004f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user