Skip to content

Commit

Permalink
fix k8s versions tested in CI
Browse files Browse the repository at this point in the history
- Remove older versions not available on platforms anymore.
- Make K8s 1.27 the default version on all platforms.

Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
  • Loading branch information
nbusseneau authored and aditighag committed Apr 18, 2024
1 parent fc78c53 commit 29ca6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/actions/aws/k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include:
region: us-west-2
- version: "1.26"
region: us-west-1
default: true
- version: "1.27"
region: us-east-2
default: true
Expand Down
8 changes: 2 additions & 6 deletions .github/actions/azure/k8s-versions.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# List of k8s version for AKS tests
---
include:
- version: "1.25"
location: westus3
index: 1
disabled: true
- version: "1.26"
location: westus2
index: 2
index: 1
- version: "1.27"
location: eastus2
index: 3
index: 2
default: true

0 comments on commit 29ca6f8

Please sign in to comment.