Skip to content

Commit

Permalink
ci: temporarily disable 4844 blockchain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz committed Dec 18, 2024
1 parent 63b8f0d commit 8dd19d7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,11 @@ jobs:
- run:
name: "Execution spec tests (blockchain_tests)"
working_directory: ~/build
# 4844 and 4788 temporarily turned off b/c they rely on blob features.
command: >
bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
bin/evmone-blockchaintest
--gtest_filter='*:-*eip4844*:*eip4788*'
~/spec-tests/fixtures/blockchain_tests
- download_execution_spec_tests:
release: [email protected]
fixtures_suffix: pectra-devnet-4
Expand Down Expand Up @@ -402,8 +405,10 @@ jobs:
- run:
name: "EOF pre-release execution spec tests (blockchain_tests)"
working_directory: ~/build
# 4844 and 4788 temporarily turned off b/c they rely on blob features.
command: >
bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests/osaka
--gtest_filter='*:-*stEIP4844*'
- run:
name: "EOF pre-release execution spec tests (eof_tests)"
working_directory: ~/build
Expand Down Expand Up @@ -438,16 +443,18 @@ jobs:
- run:
name: "Blockchain tests (GeneralStateTests)"
working_directory: ~/build
# 4844 and 4788 temporarily turned off b/c they rely on blob features.
command: >
bin/evmone-blockchaintest
--gtest_filter='*:-VMTests/vmPerformance.*:*.*Call50000_sha256:*.CALLBlake2f_MaxRounds'
--gtest_filter='*:-VMTests/vmPerformance.*:*.*Call50000_sha256:*.CALLBlake2f_MaxRounds:*eip4844*:*stEIP4844*:*eip4788*'
~/tests/BlockchainTests/GeneralStateTests
- run:
name: "Blockchain tests (ValidBlocks)"
working_directory: ~/build
# 4844 and 4788 temporarily turned off b/c they rely on blob features.
command: >
bin/evmone-blockchaintest
--gtest_filter='*:-bcMultiChainTest.*:bcTotalDifficultyTest.*:bcForkStressTest.ForkStressTest:bcGasPricerTest.RPC_API_Test:bcValidBlockTest.SimpleTx3LowS'
--gtest_filter='*:-bcMultiChainTest.*:bcTotalDifficultyTest.*:bcForkStressTest.ForkStressTest:bcGasPricerTest.RPC_API_Test:bcValidBlockTest.SimpleTx3LowS:*bcEIP4844*'
~/tests/BlockchainTests/ValidBlocks
~/tests/LegacyTests/Cancun/BlockchainTests/ValidBlocks
- collect_coverage_gcc
Expand Down

0 comments on commit 8dd19d7

Please sign in to comment.