Skip to content

Commit 4c56dc0

Browse files
committed
Switch Route53 domain for E2E tests
Use a community-owned domain after the E2E tests migration to AWS account `kops-infra-ci` Signed-off-by: Arnaud Meukam <[email protected]>
1 parent ff590f6 commit 4c56dc0

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)