Skip to content

Commit 1a88b65

Browse files
authored
Fix CI on release-2.2 (#670)
Removes unsupported Kubernetes version from the release branch. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
1 parent 3a51b59 commit 1a88b65

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/matrix.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ matrix:
1010
"Ubuntu2404",
1111
]
1212
kubernetes-version:
13-
["1.28.13", "1.29.8", "1.30.4", "1.31.0", "1.32.1", "1.33.2", "1.34.1"]
13+
["1.29.8", "1.30.4", "1.31.0", "1.32.1", "1.33.2", "1.34.1"]
1414
include:
1515
# Ubuntu2004 is only supported on EKS <= 1.29.
1616
# See https://eksctl.io/usage/custom-ami-support/?h=ubuntu#setting-the-node-ami-family.
17-
- cluster-type: "eksctl"
18-
arch: "x86"
19-
family: "Ubuntu2004"
20-
kubernetes-version: "1.28.13"
2117
- cluster-type: "eksctl"
2218
arch: "arm"
2319
family: "Ubuntu2004"
@@ -40,9 +36,6 @@ matrix:
4036
kubernetes-version: "1.34.1"
4137
# Ubuntu2204 is only supported on EKS >= 1.29 && EKS < 1.33.
4238
# See https://eksctl.io/usage/custom-ami-support/?h=ubuntu#setting-the-node-ami-family.
43-
- cluster-type: "eksctl"
44-
family: "Ubuntu2204"
45-
kubernetes-version: "1.28.13"
4639
- cluster-type: "eksctl"
4740
family: "Ubuntu2204"
4841
kubernetes-version: "1.33.2"
@@ -51,9 +44,6 @@ matrix:
5144
kubernetes-version: "1.34.1"
5245
# Ubuntu2404 is only supported on EKS >= 1.31.
5346
# See https://eksctl.io/usage/custom-ami-support/?h=ubuntu#setting-the-node-ami-family.
54-
- cluster-type: "eksctl"
55-
family: "Ubuntu2404"
56-
kubernetes-version: "1.28.13"
5747
- cluster-type: "eksctl"
5848
family: "Ubuntu2404"
5949
kubernetes-version: "1.29.8"

0 commit comments

Comments
 (0)