Skip to content

Commit

Permalink
Added more logs for erigon withdrawals job
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Sep 6, 2024
1 parent e8e711b commit 7b1bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_erigon_withdrawals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run Erigon Withdrawals tests
continue-on-error: true
run: |
./hive --sim ethereum/engine-gnosis-erigon --sim.limit="withdrawals" --client erigon-old --results-root=${{ github.workspace }}/runs --loglevel=1 --client.checktimelimit=5m --sim.parallelism=4
./hive --sim ethereum/engine-gnosis-erigon --sim.limit="withdrawals" --client erigon-old --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
- name: Send file over SSH
if: always()
Expand Down

0 comments on commit 7b1bce5

Please sign in to comment.