Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Add e2e for k8s 1.25 (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: jwcesign <[email protected]>

Signed-off-by: jwcesign <[email protected]>
  • Loading branch information
jwcesign authored Oct 12, 2022
1 parent 58731de commit 39b45a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/kind-e2e-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,23 @@ jobs:
k8s-version:
- v1.23.6
- v1.24.2
- v1.25.2

# Map between K8s and KinD versions.
# This is attempting to make it a bit clearer what's being tested.
# See: https://github.com/kubernetes-sigs/kind/releases
include:
- k8s-version: v1.23.6
kind-version: v0.14.0
kind-version: v0.16.0
kind-image-sha: sha256:b1fa224cc6c7ff32455e0b1fd9cbfd3d3bc87ecaa8fcb06961ed1afb3db0f9ae

- k8s-version: v1.24.2
kind-version: v0.14.0
kind-version: v0.16.0
kind-image-sha: sha256:0866296e693efe1fed79d5e6c7af8df71fc73ae45e3679af05342239cdc5bc8e

- k8s-version: v1.25.2
kind-version: v0.16.0
kind-image-sha: sha256:6e0f9005eba4010e364aa1bb25c8d7c64f050f744258eb68c4eb40c284c3c0dd
env:
GOPATH: ${{ github.workspace }}
KO_DOCKER_REPO: kind.local
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kubeadm-e2e-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
k8s-version:
- 1.23.6
- 1.24.2
- 1.25.2

env:
GOPATH: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ kubectl patch configmap/config-deployment -n knative-serving --type merge -p '{"

## Sample application

See the [sleeptalker](https://github.com/psschwei/sleeptalker) application.
See the [sleeptalker](./test/test_images/sleeptalker/main.go) application.

0 comments on commit 39b45a2

Please sign in to comment.