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
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
location:
description: 'Location'
default: "West US 3"
default: "Canada East"
nodeCount:
description: 'Number of nodes to provision'
default: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
region:
description: The AWS region
default: us-east-1
default: ca-central-1
azSpan:
description: The number of AZs to spread cluster nodes across
default: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/acceptance_tests_gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
inputs:
region:
description: The GKE region
default: us-west1
default: northamerica-northeast1
zone:
description: The GKE zone
default: us-west1-c
default: northamerica-northeast1-a
clusterVersion:
description: The GKE cluster version
default: 1.27
Expand Down