Skip to content

Commit

Permalink
switch to 1.3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jan 24, 2025
1 parent 25bc879 commit 1c54a02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hive-devnet-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ env:
S3_PUBLIC_URL: https://hive.ethpandaops.io/pectra-devnet-5
INSTALL_RCLONE_VERSION: v1.68.2
EEST_COMMON_FLAGS: >-
--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
--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 branch=pectra-devnet-5@v1.3.0
--sim.limit="fork_CancunToPrague or fork_Prague"
# Flags used for all simulators
GLOBAL_EXTRA_FLAGS: >-
Expand Down
12 changes: 6 additions & 6 deletions ansible/inventories/devnet-5/group_vars/hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ hive_simulations_tests:
- --sim.parallelism=8
#- --sim.timelimit=2h
- --sim.limit "fork_CancunToPrague or fork_Prague"
- --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
- --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 branch=pectra-devnet-5@v1.3.0
# Consume RLP
- simulator: ethereum/eest/consume-rlp
clients:
Expand All @@ -67,8 +67,8 @@ hive_simulations_tests:
- --sim.parallelism=8
#- --sim.timelimit=2h
- --sim.limit "fork_CancunToPrague or fork_Prague"
- --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
- --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 branch=pectra-devnet-5@v1.3.0
# Consume RLP
- simulator: ethereum/rpc-compat
clients:
Expand All @@ -81,5 +81,5 @@ hive_simulations_tests:
- --client.checktimelimit=60s
- --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
- --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 branch=pectra-devnet-5@v1.3.0

0 comments on commit 1c54a02

Please sign in to comment.