Merge pull request #125153 from aojea/tag_autoscaling

tag e2e test that depends on cloud-provider-gcp
This commit is contained in:
Kubernetes Prow Robot 2024-05-27 16:28:30 -07:00 committed by GitHub
commit 5d1a97ce09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,7 +120,8 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() {
// This test is separated because it is slow and need to run serially.
// Will take around 5 minutes to run on a 4 nodes cluster.
// TODO(upodroid) This test will be removed in 1.33 when kubeup is removed
f.It(f.WithSerial(), f.WithSlow(), f.WithLabel("KubeUp"), "kube-dns-autoscaler should scale kube-dns pods when cluster size changed", func(ctx context.Context) {
// TODO: make it cloud provider agnostic or move it to cloud-provider-gcp repository
f.It(f.WithSerial(), f.WithSlow(), f.WithLabel("KubeUp"), f.WithLabel("sig-cloud-provider-gcp"), "kube-dns-autoscaler should scale kube-dns pods when cluster size changed", func(ctx context.Context) {
numNodes, err := e2enode.TotalRegistered(ctx, c)
framework.ExpectNoError(err)