Mark remaining e2e_node tests with [sig-*] label

This commit is contained in:
wojtekt
2021-02-22 19:53:33 +01:00
parent f4801a7c85
commit a74737eb03
33 changed files with 114 additions and 41 deletions

View File

@@ -70,7 +70,7 @@ type testRun struct {
// GarbageCollect tests that the Kubelet conforms to the Kubelet Garbage Collection Policy, found here:
// http://kubernetes.io/docs/admin/garbage-collection/
var _ = framework.KubeDescribe("GarbageCollect [Serial][NodeFeature:GarbageCollect]", func() {
var _ = SIGDescribe("GarbageCollect [Serial][NodeFeature:GarbageCollect]", func() {
f := framework.NewDefaultFramework("garbage-collect-test")
containerNamePrefix := "gc-test-container-"
podNamePrefix := "gc-test-pod-"