ci: allocate more threads for gossip tests (#33074)

ci: allocate more threads for test_star_network_push_star_200 and test_star_network_push_ring_200 when test
This commit is contained in:
Yihau Chen 2023-08-31 07:01:44 +08:00 committed by GitHub
parent ef16b5e27d
commit f0f75aff59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -11,3 +11,11 @@ path = "junit.xml"
[[profile.ci.overrides]]
filter = "package(solana-zk-token-proof-program-tests) & test(/^test_batched_range_proof_u256$/)"
threads-required = "num-cpus"
[[profile.ci.overrides]]
filter = "package(solana-gossip) & test(/^test_star_network_push_star_200/)"
threads-required = "num-cpus"
[[profile.ci.overrides]]
filter = "package(solana-gossip) & test(/^test_star_network_push_ring_200/)"
threads-required = "num-cpus"