Skip to content

Commit

Permalink
Add Kubernetes 1.29.0 for KinD e2e tests (knative#7524)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Dec 21, 2023
1 parent 32cbcec commit 57901b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
k8s-version:
- v1.27.3
- v1.29.0

test-suite:
- ./test/rekt/...
Expand All @@ -33,6 +34,9 @@ jobs:
- k8s-version: v1.27.3
kind-version: v0.20.0
kind-image-sha: sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
- k8s-version: v1.29.0
kind-version: v0.20.0
kind-image-sha: sha256:eaa1450915475849a73a9227b8f201df25e55e268e5d619312131292e324d570

# Add the flags we use for each of these test suites.
- test-suite: ./test/e2e
Expand Down

0 comments on commit 57901b9

Please sign in to comment.