Add [sig-autoscaling] tag to remaining cluster autoscaler tests

This commit is contained in:
wojtekt 2021-02-10 08:15:46 +01:00
parent 071bdc344e
commit d616cd14a6

View File

@ -59,7 +59,7 @@ type scaleUpTestConfig struct {
expectedResult *clusterPredicates expectedResult *clusterPredicates
} }
var _ = framework.KubeDescribe("Cluster size autoscaler scalability [Slow]", func() { var _ = SIGDescribe("Cluster size autoscaler scalability [Slow]", func() {
f := framework.NewDefaultFramework("autoscaling") f := framework.NewDefaultFramework("autoscaling")
var c clientset.Interface var c clientset.Interface
var nodeCount int var nodeCount int