Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,15 +465,15 @@ jobs:
steps:
- build
- run_execution_spec_tests:
release: tests-glamsterdam-devnet@v6.1.1
release: tests-glamsterdam-devnet@v8.1.2
fixtures_suffix: _glamsterdam-devnet
filter: "-for_amsterdam/*:for_bpo2toamsterdamattime15k/*"
- collect_coverage_clang:
flags: eest-develop
ignore_filename_regex: lib/evmone/(advanced|cpu_check|eof|lru_cache|tracing|vm)|test/(experimental|unittests)
binaries: evmone-statetest evmone-blockchaintest
- run_execution_spec_tests:
release: tests@v20.0.1
release: tests@v20.0.2
- collect_coverage_clang:
flags: eest-stable
ignore_filename_regex: lib/evmone/(advanced|cpu_check|eof|lru_cache|tracing|vm)|test/(experimental|unittests)
Expand Down Expand Up @@ -509,7 +509,6 @@ jobs:
command: >
LLVM_PROFILE_FILE=blockchain_tests_valid.profraw
bin/evmone-blockchaintest
--gtest_filter='-bcValidBlockTest.SimpleTx3LowS'
~/tests/BlockchainTests/ValidBlocks
~/tests/LegacyTests/Cancun/BlockchainTests/ValidBlocks
- run:
Expand All @@ -532,7 +531,7 @@ jobs:
steps:
- build
- download_execution_spec_tests:
release: tests@v20.0.1
release: tests@v20.0.2
- run:
name: "Execution spec tests (state_tests)"
working_directory: ~/build
Expand All @@ -552,7 +551,7 @@ jobs:
command: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
- build
- download_execution_spec_tests:
release: tests@v20.0.1
release: tests@v20.0.2
- run:
name: "Execution spec tests (state_tests)"
working_directory: ~/build
Expand Down Expand Up @@ -609,7 +608,7 @@ jobs:
- build
- test
- run_execution_spec_tests:
release: tests@v20.0.1
release: tests@v20.0.2

clang-tidy:
executor: linux-clang-selfhosted
Expand Down