Skip to content

Commit

Permalink
ci: Add Save debug artifacts to full-bundle-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Nov 23, 2023
1 parent 3462c11 commit 78b219f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
run: |
eval "$(pyenv init -)"
sg microk8s -c "tox -c ~/charmed-kubeflow-uats/ -e kubeflow"
- name: Save debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@kf-4343-fix-dump-debug-artifacts
if: always()

- name: Dump Aproxy logs on failure
if: failure()
run: sudo snap logs aproxy.aproxy -n=all
Expand Down

0 comments on commit 78b219f

Please sign in to comment.