Skip to content

Commit

Permalink
fix(hive): specify the release tag to use for eest in hive runs (#34)
Browse files Browse the repository at this point in the history
This future-proofs consume runs against pyandantic model changes in
`main` by ensuring we use a compatible version of EEST sources for
consume.
  • Loading branch information
danceratopz authored Jan 23, 2025
1 parent de1d871 commit 4e0ce3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/inventories/devnet-5/group_vars/hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ hive_simulations_tests:
- --sim.parallelism=8
#- --sim.timelimit=2h
- --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/pectra-devnet-5%40v1.2.0/fixtures_pectra-devnet-5.tar.gz
- --sim.buildarg branch=pectra-devnet-5@v1.2.0
# Consume RLP
- simulator: ethereum/eest/consume-rlp
clients:
Expand All @@ -64,6 +65,7 @@ hive_simulations_tests:
- --sim.parallelism=8
#- --sim.timelimit=2h
- --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/pectra-devnet-5%40v1.2.0/fixtures_pectra-devnet-5.tar.gz
- --sim.buildarg branch=pectra-devnet-5@v1.2.0
# Consume RLP
- simulator: ethereum/rpc-compat
clients:
Expand All @@ -77,3 +79,4 @@ hive_simulations_tests:
- --sim.parallelism=8
#- --sim.timelimit=2h
- --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/pectra-devnet-5%40v1.2.0/fixtures_pectra-devnet-5.tar.gz
- --sim.buildarg branch=pectra-devnet-5@v1.2.0

0 comments on commit 4e0ce3f

Please sign in to comment.