@@ -155,7 +155,7 @@ jobs:
155155 command : make citest fork=deneb
156156 - store_test_results :
157157 path : tests/core/pyspec/test-reports
158- test-eip6110 :
158+ test-electra :
159159 docker :
160160 - image : circleci/python:3.9
161161 working_directory : ~/specs-repo
@@ -165,46 +165,7 @@ jobs:
165165 - restore_pyspec_cached_venv
166166 - run :
167167 name : Run py-tests
168- command : make citest fork=eip6110
169- - store_test_results :
170- path : tests/core/pyspec/test-reports
171- test-eip7002 :
172- docker :
173- - image : circleci/python:3.9
174- working_directory : ~/specs-repo
175- steps :
176- - restore_cache :
177- key : v3-specs-repo-{{ .Branch }}-{{ .Revision }}
178- - restore_pyspec_cached_venv
179- - run :
180- name : Run py-tests
181- command : make citest fork=eip7002
182- - store_test_results :
183- path : tests/core/pyspec/test-reports
184- test-eip7251 :
185- docker :
186- - image : circleci/python:3.9
187- working_directory : ~/specs-repo
188- steps :
189- - restore_cache :
190- key : v3-specs-repo-{{ .Branch }}-{{ .Revision }}
191- - restore_pyspec_cached_venv
192- - run :
193- name : Run py-tests
194- command : make citest fork=eip7251
195- - store_test_results :
196- path : tests/core/pyspec/test-reports
197- test-eip7549 :
198- docker :
199- - image : circleci/python:3.9
200- working_directory : ~/specs-repo
201- steps :
202- - restore_cache :
203- key : v3-specs-repo-{{ .Branch }}-{{ .Revision }}
204- - restore_pyspec_cached_venv
205- - run :
206- name : Run py-tests
207- command : make citest fork=eip7549
168+ command : make citest fork=electra
208169 - store_test_results :
209170 path : tests/core/pyspec/test-reports
210171 test-whisk :
@@ -353,16 +314,7 @@ workflows:
353314 - test-deneb :
354315 requires :
355316 - install_pyspec_test
356- - test-eip6110 :
357- requires :
358- - install_pyspec_test
359- - test-eip7002 :
360- requires :
361- - install_pyspec_test
362- - test-eip7251 :
363- requires :
364- - install_pyspec_test
365- - test-eip7549 :
317+ - test-electra :
366318 requires :
367319 - install_pyspec_test
368320 - test-whisk :
@@ -376,7 +328,7 @@ workflows:
376328 - lint :
377329 requires :
378330 - install_pyspec_test
379- # NOTE: Since phase 0 has been launched, we disabled the deposit contract tests.
331+ # NOTE: Since phase 0 has been launched, we disabled the deposit contract tests.
380332 # - install_deposit_contract_web3_tester:
381333 # requires:
382334 # - checkout_specs
0 commit comments