Skip to content

Commit

Permalink
gh/actions: Add IPsec config to aws/k8s-versions.yaml
Browse files Browse the repository at this point in the history
[ upstream commit f99ddb9 ]

The file name is non-ideal, but changing it would require changing many
files :-(

For each PR we will run 1.25 w/o IPsec and 1.28 w/ IPsec.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
  • Loading branch information
brb authored and julianwiedmann committed Mar 27, 2024
1 parent 42af694 commit 614db9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/aws/k8s-versions-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ includeItem:
version: str()
region: str()
default: bool(required=False)
ipsec: bool(required=False)
2 changes: 2 additions & 0 deletions .github/actions/aws/k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ include:
region: us-west-2
- version: "1.26"
region: us-west-1
default: true
- version: "1.27"
region: us-east-2
default: true
ipsec: true

0 comments on commit 614db9d

Please sign in to comment.