Skip to content

Commit b045895

Browse files
committed
POC
1 parent 3f969d8 commit b045895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci-e2e.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ trap "cleanup" EXIT SIGINT
114114
docker events > "${ARTIFACTS_LOCAL}/docker-events.txt" 2>&1 &
115115
ctr -n moby events > "${ARTIFACTS_LOCAL}/containerd-events.txt" 2>&1 &
116116

117+
# Testing v1.30
118+
export KUBERNETES_VERSION_MANAGEMENT=v1.30.10
119+
117120
# Run e2e tests
118121
mkdir -p "$ARTIFACTS"
119122
echo "+ run tests!"

0 commit comments

Comments
 (0)