Skip to content

Commit

Permalink
Disabled TTD for erigon workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Sep 10, 2024
1 parent 0ff4d39 commit d7ff118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_erigon_cancun_jq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run Erigon Cancun tests
continue-on-error: true
run: |
./hive --sim ethereum/gnosis-engine-jq --sim.limit="cancun" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="cancun" --client erigon-gnosis --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
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_erigon_withdrawals_jq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run Erigon Withdrawals tests
continue-on-error: true
run: |
./hive --sim ethereum/gnosis-engine-jq --sim.limit="withdrawals" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="withdrawals" --client erigon-gnosis --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 d7ff118

Please sign in to comment.