Skip to content

Commit 5d1a97c

Browse files
authored
Merge pull request kubernetes#125153 from aojea/tag_autoscaling
tag e2e test that depends on cloud-provider-gcp
2 parents b5bc802 + 98fe5ac commit 5d1a97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/autoscaling/dns_autoscaling.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ var _ = SIGDescribe("DNS horizontal autoscaling", func() {
120120
// This test is separated because it is slow and need to run serially.
121121
// Will take around 5 minutes to run on a 4 nodes cluster.
122122
// TODO(upodroid) This test will be removed in 1.33 when kubeup is removed
123-
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) {
123+
// TODO: make it cloud provider agnostic or move it to cloud-provider-gcp repository
124+
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) {
124125
numNodes, err := e2enode.TotalRegistered(ctx, c)
125126
framework.ExpectNoError(err)
126127

0 commit comments

Comments
 (0)