Skip to content

Commit

Permalink
ci: Use verbose gather logs
Browse files Browse the repository at this point in the history
This may help to diagnose cases when kubectl gather get stuck:
https://github.com/RamenDR/ramen/actions/runs/12712182155/job/35437188040

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 13, 2025
1 parent 0a93a10 commit 528c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Gather environment data
if: failure()
working-directory: test
run: drenv gather --directory ${{ env.GATHER_DIR }} envs/regional-dr.yaml
run: drenv gather --directory ${{ env.GATHER_DIR }} envs/regional-dr.yaml --verbose

# Tar manually to work around github limitations with special chracters (:)
# in file names, and getting much smaller archives comapred with zip (6m vs
Expand Down

0 comments on commit 528c301

Please sign in to comment.