Skip to content

Commit

Permalink
chore: slog.slog in ci artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Dec 20, 2024
1 parent 9cb1472 commit f89fa97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/multichain-e2e-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ jobs:
env:
FILE: ${{ inputs.config }}

- name: Capture slog.slog
if: always()
run: |
cd $GITHUB_WORKSPACE
echo "Capturing agoric slog.slog"
kubectl exec -i agoriclocal-genesis-0 -c validator -- cat slog.slog > "${LOG_DIR}/slog.slog" 2>&1 || true
- name: Capture validator logs
if: always()
run: |
Expand Down
2 changes: 2 additions & 0 deletions multichain-testing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ starship-chain-info.js
start*
# builder prefix for core evals
eval-*
# ci logs for archive upload
logs/

0 comments on commit f89fa97

Please sign in to comment.