generated from ethpandaops/template-devnets
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try debug why hive eest runs are not working
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|