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

@@ -73,7 +73,7 @@ func validateOOMScoreAdjSettingIsInRange(pid int, expectedMinOOMScoreAdj, expect
return nil
}
var _ = framework.KubeDescribe("Container Manager Misc [Serial]", func() {
var _ = SIGDescribe("Container Manager Misc [Serial]", func() {
f := framework.NewDefaultFramework("kubelet-container-manager")
ginkgo.Describe("Validate OOM score adjustments [NodeFeature:OOMScoreAdj]", func() {
ginkgo.Context("once the node is setup", func() {