From eba91ff60ee48d9f0d75c7322daa2cf5e3fb2315 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Mon, 28 Apr 2025 08:43:31 -0700 Subject: [PATCH] Fix sonobuoy conformance testing (#12214) Signed-off-by: Derek Nola --- scripts/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test b/scripts/test index dd9f05b6c5..70d174230a 100755 --- a/scripts/test +++ b/scripts/test @@ -20,7 +20,7 @@ mkdir -p $artifacts docker ps export K3S_IMAGE="rancher/k3s:${VERSION_TAG}${SUFFIX}" - +export VERSION_K8S # used by the sonobuoy tests subprocess # --- # Only run PR tests on arm arch, we use GitHub Actions for amd64 and arm64 # Run all tests on tag events, as we want test failures to block the release