Skip to content

Commit 8b9f9b7

Browse files
committed
use main branch for execution spec tests
1 parent 19336ae commit 8b9f9b7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

playbooks/pectra-dev/execution-spec-tests.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ tasks:
3535
config:
3636
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
3737
testConfig:
38-
gitRepo: https://github.com/pk910/execution-spec-tests.git
39-
gitBranch: pk910/devnet-execution-fixes
38+
gitRepo: https://github.com/ethereum/execution-spec-tests.git
39+
gitBranch: main
4040
runTests: false
4141
testConfigVars:
4242
specTestsPath: "tasks.tempdir.outputs.path"
@@ -81,8 +81,8 @@ tasks:
8181
config:
8282
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
8383
testConfig:
84-
gitRepo: https://github.com/pk910/execution-spec-tests.git
85-
gitBranch: pk910/devnet-execution-fixes
84+
gitRepo: https://github.com/ethereum/execution-spec-tests.git
85+
gitBranch: main
8686
testPath: ./tests/prague/eip2537_bls_12_381_precompiles
8787
seedAmount: "100000000000000000000" # 100 ETH
8888
extraFlags: "--fork=Prague -n 16"
@@ -100,8 +100,8 @@ tasks:
100100
config:
101101
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
102102
testConfig:
103-
gitRepo: https://github.com/pk910/execution-spec-tests.git
104-
gitBranch: pk910/devnet-execution-fixes
103+
gitRepo: https://github.com/ethereum/execution-spec-tests.git
104+
gitBranch: main
105105
testPath: ./tests/prague/eip7002_el_triggerable_withdrawals
106106
seedAmount: "100000000000000000000" # 100 ETH
107107
extraFlags: "--fork=Prague -n 16"
@@ -119,8 +119,8 @@ tasks:
119119
config:
120120
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
121121
testConfig:
122-
gitRepo: https://github.com/pk910/execution-spec-tests.git
123-
gitBranch: pk910/devnet-execution-fixes
122+
gitRepo: https://github.com/ethereum/execution-spec-tests.git
123+
gitBranch: main
124124
testPath: ./tests/prague/eip7251_consolidations
125125
seedAmount: "100000000000000000000" # 100 ETH
126126
extraFlags: "--fork=Prague -n 16"
@@ -138,8 +138,8 @@ tasks:
138138
config:
139139
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
140140
testConfig:
141-
gitRepo: https://github.com/pk910/execution-spec-tests.git
142-
gitBranch: pk910/devnet-execution-fixes
141+
gitRepo: https://github.com/ethereum/execution-spec-tests.git
142+
gitBranch: main
143143
testPath: ./tests/prague/eip7623_increase_calldata_cost
144144
seedAmount: "100000000000000000000" # 100 ETH
145145
extraFlags: "--fork=Prague -n 16"
@@ -157,8 +157,8 @@ tasks:
157157
config:
158158
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/master/playbooks/dev/execution-spec-tests-execute.yaml
159159
testConfig:
160-
gitRepo: https://github.com/pk910/execution-spec-tests.git
161-
gitBranch: pk910/devnet-execution-fixes
160+
gitRepo: https://github.com/ethereum/execution-spec-tests.git
161+
gitBranch: main
162162
testPath: ./tests/prague/eip7702_set_code_tx
163163
seedAmount: "100000000000000000000" # 100 ETH
164164
extraFlags: "--fork=Prague -n 16"

0 commit comments

Comments
 (0)