From d3eea5a7f3e9170775292fb48a89775e61c4ad60 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 12 Dec 2025 13:05:38 +0100 Subject: [PATCH] migrate to execution specs from execution spec tests --- playbooks/dev/execution-spec-tests-execute.yaml | 4 ++-- .../execution-sec-tests-sequential.yaml | 4 ++-- .../pectra-dev/execution-spec-tests-sequential.yaml | 12 ++++++------ playbooks/pectra-dev/execution-spec-tests.yaml | 12 ++++++------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/playbooks/dev/execution-spec-tests-execute.yaml b/playbooks/dev/execution-spec-tests-execute.yaml index 097626b6..4f0125a5 100644 --- a/playbooks/dev/execution-spec-tests-execute.yaml +++ b/playbooks/dev/execution-spec-tests-execute.yaml @@ -2,7 +2,7 @@ id: execution-spec-tests-execute name: "Run 'execute' on execution spec tests" timeout: 1h config: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git gitBranch: main testPath: "" chainID: "0" @@ -158,7 +158,7 @@ tasks: echo "Running test: ${TEST_PATH}" echo "============================" uv run execute remote "${TEST_PATH}" \ - --rpc-chain-id=${CHAIN_ID} \ + --chain-id=${CHAIN_ID} \ --rpc-endpoint=${RPC_ENDPOINT} \ --rpc-seed-key=${PRIVATE_KEY} \ --seed-account-sweep-amount=${SEED_AMOUNT} \ diff --git a/playbooks/glamsterdam-dev/execution-sec-tests-sequential.yaml b/playbooks/glamsterdam-dev/execution-sec-tests-sequential.yaml index 6bc88103..89f14d0c 100644 --- a/playbooks/glamsterdam-dev/execution-sec-tests-sequential.yaml +++ b/playbooks/glamsterdam-dev/execution-sec-tests-sequential.yaml @@ -36,7 +36,7 @@ tasks: config: testFile: /tests/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-spec.git runTests: false testConfigVars: specTestsPath: "tasks.tempdir.outputs.path" @@ -81,7 +81,7 @@ tasks: config: testFile: /tests/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/amsterdam/eip7928_block_level_access_lists seedAmount: "10000000000000000000000" # 100 ETH extraFlags: "--fork=Amsterdam -n 16" diff --git a/playbooks/pectra-dev/execution-spec-tests-sequential.yaml b/playbooks/pectra-dev/execution-spec-tests-sequential.yaml index dd6c6b70..a65a5ecc 100644 --- a/playbooks/pectra-dev/execution-spec-tests-sequential.yaml +++ b/playbooks/pectra-dev/execution-spec-tests-sequential.yaml @@ -36,7 +36,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git runTests: false testConfigVars: specTestsPath: "tasks.tempdir.outputs.path" @@ -82,7 +82,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip2537_bls_12_381_precompiles seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -101,7 +101,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7002_el_triggerable_withdrawals seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -120,7 +120,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7251_consolidations seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -139,7 +139,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7623_increase_calldata_cost seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -158,7 +158,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7702_set_code_tx seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" diff --git a/playbooks/pectra-dev/execution-spec-tests.yaml b/playbooks/pectra-dev/execution-spec-tests.yaml index f5fb1a8e..9c36c87e 100644 --- a/playbooks/pectra-dev/execution-spec-tests.yaml +++ b/playbooks/pectra-dev/execution-spec-tests.yaml @@ -36,7 +36,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git runTests: false testConfigVars: specTestsPath: "tasks.tempdir.outputs.path" @@ -83,7 +83,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip2537_bls_12_381_precompiles seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -102,7 +102,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7002_el_triggerable_withdrawals seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -121,7 +121,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7251_consolidations seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -140,7 +140,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7623_increase_calldata_cost seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16" @@ -159,7 +159,7 @@ tasks: config: testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml testConfig: - gitRepo: https://github.com/ethereum/execution-spec-tests.git + gitRepo: https://github.com/ethereum/execution-specs.git testPath: ./tests/prague/eip7702_set_code_tx seedAmount: "100000000000000000000" # 100 ETH extraFlags: "--fork=Prague -n 16"