Merge pull request #98951 from wojtek-t/autoscaling_tags

Add [sig-autoscaling] tag to remaining cluster autoscaler tests
This commit is contained in:
Kubernetes Prow Robot 2021-02-10 02:44:59 -08:00 committed by GitHub
commit 72c393358b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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