Skip to content

Commit

Permalink
fix aws regions
Browse files Browse the repository at this point in the history
when backporting ca-west-1 region used twice in tested aws k8s versions
also ca-west-1 region is not supported by the eksctl tool used in testing
this commit replaces ca-west-1 regions with ca-central-1 and us-east-1

Signed-off-by: Birol Bilgin <birol@cilium.io>
  • Loading branch information
brlbil committed Apr 3, 2024
1 parent 300b42c commit af71c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/aws/k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
---
include:
- version: "1.23"
region: ca-west-1
region: ca-central-1
- version: "1.24"
region: ca-west-1
region: us-east-1
- version: "1.25"
region: us-west-2
- version: "1.26"
Expand Down

0 comments on commit af71c37

Please sign in to comment.