We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce4a63 commit eba91ffCopy full SHA for eba91ff
scripts/test
@@ -20,7 +20,7 @@ mkdir -p $artifacts
20
docker ps
21
22
export K3S_IMAGE="rancher/k3s:${VERSION_TAG}${SUFFIX}"
23
-
+export VERSION_K8S # used by the sonobuoy tests subprocess
24
# ---
25
# Only run PR tests on arm arch, we use GitHub Actions for amd64 and arm64
26
# Run all tests on tag events, as we want test failures to block the release
0 commit comments