diff --git a/.github/workflows/integration_test_charm.yaml b/.github/workflows/integration_test_charm.yaml index accb3ab2..de8a4d33 100644 --- a/.github/workflows/integration_test_charm.yaml +++ b/.github/workflows/integration_test_charm.yaml @@ -477,6 +477,13 @@ jobs: timeout-minutes: 3 if: ${{ success() || (failure() && steps.tests.outcome == 'failure') }} run: tee-log-for-all-models --log-command 'juju debug-log --color --replay --no-tail' --log-file-name juju-debug-log.txt + - name: jhack tail + timeout-minutes: 3 + if: ${{ success() || (failure() && steps.tests.outcome == 'failure') }} + run: tee-log-for-all-models --log-command 'jhack tail --color 256 --replay --length=50000 --no-watch' --log-file-name jhack-tail.txt + env: + # Increase table width + COLUMNS: 120 - name: Upload logs timeout-minutes: 5 if: ${{ success() || (failure() && steps.tests.outcome == 'failure') }}