Skip to content

Commit

Permalink
breaking(integration_test_charm.yaml): Remove jhack tail logs (#224)
Browse files Browse the repository at this point in the history
Fixes #223
  • Loading branch information
carlcsaposs-canonical committed Aug 8, 2024
1 parent 91c9b32 commit 37129f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,6 @@ 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 37129f4

Please sign in to comment.