don't build tests_blockchain_dag or tests_keystore on i386 (#3190)

This commit is contained in:
tersec 2021-12-14 06:06:05 +00:00 committed by GitHub
parent f88bdc5d14
commit 4498d96a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import # Unit test
./test_beacon_chain_db,
./test_block_dag,
./test_block_processor,
./test_blockchain_dag,
./test_datatypes,
./test_discovery,
./test_eth1_monitor,
@ -28,7 +27,6 @@ import # Unit test
./test_helpers,
./test_honest_validator,
./test_interop,
./test_keystore,
./test_message_signatures,
./test_peer_pool,
./test_spec,
@ -43,6 +41,12 @@ import # Unit test
./slashing_protection/test_slashing_protection_db,
./slashing_protection/test_migration
when not defined(i386):
# Avoids "Out of memory" CI failures
import
./test_blockchain_dag,
./test_keystore
import # Refactor state transition unit tests
# In mainnet these take 2 minutes and are empty TODOs
./spec_block_processing/test_process_deposits,