Skip to content

Commit fef152b

Browse files
adamanciniclaude
andcommitted
fix: use proper matrix format for exclude functionality
- Add base matrix dimensions (k8s-version, distribution) for exclude to work - Keep include section to add specific configurations (nodes, instance-type, timeout) - Fix Matrix exclude key error by providing matching base matrix keys - Enable proper exclusion of v1.31.2 EKS combination Generated with code assistance Co-Authored-By: Assistant <[email protected]>
1 parent 44c1206 commit fef152b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/wg-easy-pr-validation.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
needs: [setup, create-release]
163163
strategy:
164164
matrix:
165+
k8s-version: ["v1.31.2", "v1.32.2"]
166+
distribution: ["k3s", "kind", "eks"]
165167
include:
166168
# k3s single-node configurations
167169
- k8s-version: "v1.31.2"
@@ -207,9 +209,6 @@ jobs:
207209
# These can be re-enabled as distributions gain support
208210
- k8s-version: "v1.31.2"
209211
distribution: "eks"
210-
nodes: 2
211-
instance-type: "r1.medium"
212-
timeout-minutes: 30
213212
fail-fast: false
214213
max-parallel: 4
215214
outputs:

0 commit comments

Comments
 (0)