Skip to content

Commit

Permalink
ci: use sonobuoy 0.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Jan 15, 2024
1 parent 60a0a60 commit f0e1c66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/e2e_sonobuoy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down

0 comments on commit f0e1c66

Please sign in to comment.