Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Sep 10, 2024
1 parent 19404ec commit 0ff4d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dashboard_erigon_cancun_jq.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Daily Run Erigon Cancun
name: Daily Run Erigon Cancun (JQ Simulator)

on:
workflow_dispatch:
Expand Down 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-jq --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
./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
4 changes: 2 additions & 2 deletions .github/workflows/dashboard_erigon_withdrawals_jq.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Daily Run Erigon Withdrawals
name: Daily Run Erigon Withdrawals (JQ Simulator)

on:
workflow_dispatch:
Expand Down 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-jq --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=4 --docker.output
./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 0ff4d39

Please sign in to comment.