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

@@ -89,7 +89,7 @@ func makePodToVerifyCgroupSize(cgroupNames []string, expectedCPU string, expecte
return pod
}
var _ = framework.KubeDescribe("Kubelet PodOverhead handling [LinuxOnly]", func() {
var _ = SIGDescribe("Kubelet PodOverhead handling [LinuxOnly]", func() {
f := framework.NewDefaultFramework("podoverhead-handling")
ginkgo.Describe("PodOverhead cgroup accounting", func() {
ginkgo.Context("On running pod with PodOverhead defined", func() {