Merge pull request #100815 from claudiubelu/tests/tag-gpu-test

Windows tests: Adds [Feature:GPUDevicePlugin] tag to Device Plugin test
This commit is contained in:
Kubernetes Prow Robot 2021-04-05 12:03:19 -07:00 committed by GitHub
commit b0abe89ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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