Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tests:
# time in July of 4147, whichever comes first.
export CLUSTER_NAME=$(printf "hiveci-%x-%x" $(date +%s) $PULL_NUMBER)
# Disable managed DNS (on by default, and left on for the e2e test)
USE_MANAGED_DNS=false
export USE_MANAGED_DNS=false
CLOUD=aws make test-e2e-pool
credentials:
- mount_path: /tmp/hivesecret/hive-aws-creds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tests:
# time in July of 4147, whichever comes first.
export CLUSTER_NAME=$(printf "hiveci-%x-%x" $(date +%s) $PULL_NUMBER)
# Disable managed DNS (on by default, and left on for the e2e test)
USE_MANAGED_DNS=false
export USE_MANAGED_DNS=false
CLOUD=aws make test-e2e-pool
credentials:
- mount_path: /tmp/secret/hive-aws-creds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tests:
# time in July of 4147, whichever comes first.
export CLUSTER_NAME=$(printf "hiveci-%x-%x" $(date +%s) $PULL_NUMBER)
# Disable managed DNS (on by default, and left on for the e2e test)
USE_MANAGED_DNS=false
export USE_MANAGED_DNS=false
CLOUD=aws make test-e2e-pool
credentials:
- mount_path: /tmp/secret/hive-aws-creds
Expand Down