Clean sonobuoy artifacts between runs on upgrade
This commit is contained in:
parent
1237dad769
commit
d7a7ca67e2
7
.github/actions/upgrade-and-test/action.yml
vendored
7
.github/actions/upgrade-and-test/action.yml
vendored
@ -122,3 +122,10 @@ runs:
|
||||
name: sonobuoy-results-${{ inputs.name }}
|
||||
path: ./sonobuoy-results-${{ inputs.name }}.tar.gz
|
||||
if: "${{ inputs.sonobuoy-upload == 'yes' }}"
|
||||
|
||||
- name: Remove sonobuoy artifacts from cluster
|
||||
shell: bash
|
||||
run: sonobuoy delete --wait --all
|
||||
env:
|
||||
KUBECONFIG: ./kubeconfig
|
||||
if: ${{ always() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user