From f0f75aff59a50be59ea1e4eb7c842569b3316bb6 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 31 Aug 2023 07:01:44 +0800 Subject: [PATCH] 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 --- nextest.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nextest.toml b/nextest.toml index 4f979f5426..5a68568456 100644 --- a/nextest.toml +++ b/nextest.toml @@ -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"