From f0e1c662ea02336b480ce4016de30904e2cacb49 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:29:29 +0100 Subject: [PATCH] ci: use sonobuoy 0.57.1 --- .github/actions/e2e_sonobuoy/action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e_sonobuoy/action.yml b/.github/actions/e2e_sonobuoy/action.yml index 1628dadb8bf..88961d0a5ec 100644 --- a/.github/actions/e2e_sonobuoy/action.yml +++ b/.github/actions/e2e_sonobuoy/action.yml @@ -21,7 +21,7 @@ runs: - name: Install sonobuoy shell: bash env: - SONOBUOY_VER: "0.56.17" + SONOBUOY_VER: "0.57.1" run: | HOSTOS="$(go env GOOS)" HOSTARCH="$(go env GOARCH)" @@ -43,7 +43,10 @@ runs: shell: bash env: KUBECONFIG: ${{ inputs.kubeconfig }} - run: sonobuoy retrieve --kubeconfig constellation-admin.conf + run: | + sonobuoy retrieve --kubeconfig constellation-admin.conf + sonobuoy results *_sonobuoy_*.tar.gz + sonobuoy results *_sonobuoy_*.tar.gz --mode detailed | jq 'select(.status!="passed")' - name: Upload test results if: always() && !env.ACT