Skip to content

Commit bf27205

Browse files
Artyopnbusseneau
authored andcommitted
ci: switch ca-central-1 to us-west-1 for eks tests
ca-central-1 seems to have some issues with tags that are breaking CI switch to us-west-1 which works fine and is already used in v1.18 and lower Signed-off-by: Antony Reynaud <antony.reynaud@isovalent.com>
1 parent aadc927 commit bf27205

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/aws-cni/k8s-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
include:
44
- version: "1.32"
5-
region: ca-central-1
5+
region: us-west-1
66
- version: "1.33"
77
region: us-east-2
88
- version: "1.34"

.github/actions/eks/k8s-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
include:
44
- version: "1.32"
5-
region: ca-central-1
5+
region: us-west-1
66
- version: "1.33"
77
region: us-east-2
88
- version: "1.34"

0 commit comments

Comments
 (0)