Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Feb 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/autoscaling/cluster_autoscaler_scalability.go
Expand Up @@ -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() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is "[sig-autoscaling] the right label?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return ginkgo.Describe("[sig-autoscaling] "+text, body)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind, you added it in the commit message

f := framework.NewDefaultFramework("autoscaling")
var c clientset.Interface
var nodeCount int
Expand Down