Skip to content

Commit

Permalink
compatible(integration_test_charm.yaml): Add jhack tail to logs
Browse files Browse the repository at this point in the history
Reverts #224

Uses huge speed improvement from canonical/jhack#175 you @PietroPasotti!
  • Loading branch information
carlcsaposs-canonical committed Aug 9, 2024
1 parent 37129f4 commit 76116d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ 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 --printer raw' --log-file-name jhack-tail.txt
- name: Upload logs
timeout-minutes: 5
if: ${{ success() || (failure() && steps.tests.outcome == 'failure') }}
Expand Down

0 comments on commit 76116d3

Please sign in to comment.