Skip to content

Commit 0d53df8

Browse files
authored
update tests to run in sustainable areas (#2381)
* update all locations to run in sustainable areas * update Canada East Azure
1 parent 870aada commit 0d53df8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/acceptance_tests_aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
location:
77
description: 'Location'
8-
default: "West US 3"
8+
default: "Canada East"
99
nodeCount:
1010
description: 'Number of nodes to provision'
1111
default: 2

.github/workflows/acceptance_tests_eks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
region:
77
description: The AWS region
8-
default: us-east-1
8+
default: ca-central-1
99
azSpan:
1010
description: The number of AZs to spread cluster nodes across
1111
default: 2

.github/workflows/acceptance_tests_gke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
inputs:
66
region:
77
description: The GKE region
8-
default: us-west1
8+
default: northamerica-northeast1
99
zone:
1010
description: The GKE zone
11-
default: us-west1-c
11+
default: northamerica-northeast1-a
1212
clusterVersion:
1313
description: The GKE cluster version
1414
default: 1.27

0 commit comments

Comments
 (0)