Skip to content

Commit

Permalink
remove sonobuoy delete
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Jul 25, 2024
1 parent 0f90673 commit 3788701
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/e2e_sonobuoy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ runs:
sonobuoy results *_sonobuoy_*.tar.gz
sonobuoy results *_sonobuoy_*.tar.gz --mode detailed | jq 'select(.status!="passed")' | jq 'select(.status!="skipped")' || true
- name: Cleanup sonobuoy deployment
env:
KUBECONFIG: ${{ inputs.kubeconfig }}
shell: bash
run: sonobuoy delete --wait

- name: Upload test results
if: always() && !env.ACT
uses: ./.github/actions/artifact_upload
Expand Down

0 comments on commit 3788701

Please sign in to comment.