Skip to content

Commit e0629cc

Browse files
authored
Merge pull request #17684 from ameukam/tests-aws-switch-domain
Switch Route53 domain for E2E tests
2 parents ff590f6 + 4c56dc0 commit e0629cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/kubetest2-kops/deployer/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func defaultClusterName(cloudProvider string) (string, error) {
306306
buildID := os.Getenv("BUILD_ID")
307307
pullNumber := os.Getenv("PULL_NUMBER")
308308
if dnsDomain == "" {
309-
dnsDomain = "test-cncf-aws.k8s.io"
309+
dnsDomain = "tests-kops-aws.k8s.io"
310310
}
311311
if jobName == "" || buildID == "" {
312312
return "", errors.New("JOB_NAME, and BUILD_ID env vars are required when --cluster-name is not set")

0 commit comments

Comments
 (0)