Skip to content

Commit

Permalink
Revert "breaking(integration_test_charm.yaml): Remove jhack tail lo…
Browse files Browse the repository at this point in the history
…gs (#224)"

This reverts commit 37129f4.
  • Loading branch information
carlcsaposs-canonical committed Aug 9, 2024
1 parent 37129f4 commit 51a0058
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 51a0058

Please sign in to comment.