Skip to content

Commit eba91ff

Browse files
authored
Fix sonobuoy conformance testing (#12214)
Signed-off-by: Derek Nola <[email protected]>
1 parent 3ce4a63 commit eba91ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mkdir -p $artifacts
2020
docker ps
2121

2222
export K3S_IMAGE="rancher/k3s:${VERSION_TAG}${SUFFIX}"
23-
23+
export VERSION_K8S # used by the sonobuoy tests subprocess
2424
# ---
2525
# Only run PR tests on arm arch, we use GitHub Actions for amd64 and arm64
2626
# Run all tests on tag events, as we want test failures to block the release

0 commit comments

Comments
 (0)