Skip to content

Commit

Permalink
update tests to run in sustainable areas (hashicorp#2381)
Browse files Browse the repository at this point in the history
* update all locations to run in sustainable areas

* update Canada East Azure
  • Loading branch information
BBBmau authored Jan 3, 2024
1 parent 870aada commit 0d53df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 0d53df8

Please sign in to comment.