Skip to content

Commit

Permalink
try debug why hive eest runs are not working
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Jan 24, 2025
1 parent 1c54a02 commit f13a323
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hive-devnet-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env:
EEST_COMMON_FLAGS: >-
--sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/pectra-devnet-5%40v1.3.0/fixtures_pectra-devnet-5.tar.gz
--sim.buildarg [email protected]
--sim.limit="fork_CancunToPrague or fork_Prague"
# --sim.limit="fork_CancunToPrague or fork_Prague"
# Flags used for all simulators
GLOBAL_EXTRA_FLAGS: >-
--client.checktimelimit=60s
Expand All @@ -56,10 +56,12 @@ env:
EEST_ENGINE_FLAGS: >-
${EEST_COMMON_FLAGS}
--sim.loglevel=3
--docker.output
# Flags used for the ethereum/eest/consume-rlp simulator
EEST_RLP_FLAGS: >-
${EEST_COMMON_FLAGS}
--sim.loglevel=3
--docker.output
# Flags used for the ethereum/rpc-compat simulator
RPC_COMPAT_FLAGS: >-
--sim.loglevel=3
Expand Down

0 comments on commit f13a323

Please sign in to comment.