Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b3ca24

Browse files
committed
Disable trident, chainlink and bleeps external tests
1 parent c82707c commit 6b3ca24

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.circleci/config.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,11 +1919,13 @@ workflows:
19191919
- t_ext: *job_native_test_ext_elementfi
19201920
- t_ext: *job_native_test_ext_brink
19211921
- t_ext: *job_native_compile_ext_gp2
1922-
- t_ext: *job_native_compile_ext_trident
19231922
- t_ext: *job_native_compile_ext_euler
1924-
- t_ext: *job_native_compile_ext_bleeps
19251923
- t_ext: *job_native_compile_ext_pool_together
1926-
- t_ext: *job_native_compile_ext_chainlink
1924+
# TODO: Dropping the external tests below since they are based on old forks and
1925+
# fail after update the default evm version to cancun.
1926+
#- t_ext: *job_native_compile_ext_trident
1927+
#- t_ext: *job_native_compile_ext_chainlink
1928+
#- t_ext: *job_native_compile_ext_bleeps
19271929

19281930
- c_ext_benchmarks:
19291931
<<: *requires_nothing
@@ -1941,11 +1943,13 @@ workflows:
19411943
# TODO: Dropping prb-math from the benchmarks since it is not implemented yet
19421944
# in the new Foundry external testing infrastructure.
19431945
# - t_native_test_ext_prb_math
1944-
- t_native_compile_ext_trident
19451946
- t_native_compile_ext_euler
1946-
- t_native_compile_ext_bleeps
19471947
- t_native_compile_ext_pool_together
1948-
- t_native_compile_ext_chainlink
1948+
# TODO: Dropping the external tests below since they are based on old forks and
1949+
# fail after update the default evm version to cancun.
1950+
#- t_native_compile_ext_trident
1951+
#- t_native_compile_ext_chainlink
1952+
#- t_native_compile_ext_bleeps
19491953

19501954
# Windows build and tests
19511955
- b_win: *requires_nothing

0 commit comments

Comments
 (0)