From 3879a72a0c6e7bc4cb9e855fd3fe913f8aef5c97 Mon Sep 17 00:00:00 2001 From: yihau Date: Thu, 31 Jul 2025 11:30:01 +0800 Subject: [PATCH 1/2] split into 3 --- .buildkite/alpenglow/pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/alpenglow/pipeline.sh b/.buildkite/alpenglow/pipeline.sh index f753d560f3..fbbf767df0 100755 --- a/.buildkite/alpenglow/pipeline.sh +++ b/.buildkite/alpenglow/pipeline.sh @@ -23,7 +23,7 @@ steps: timeout_in_minutes: 40 agents: queue: "default" - parallelism: 2 + parallelism: 3 retry: automatic: - limit: 3 From cad6790ca9143bd1c046db74c354d148ffaf6b5d Mon Sep 17 00:00:00 2001 From: yihau Date: Thu, 31 Jul 2025 11:30:45 +0800 Subject: [PATCH 2/2] exclude solana-cargo-build-sbf from tests --- ci/stable/run-partition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/stable/run-partition.sh b/ci/stable/run-partition.sh index 1d8aeaa293..22737e76cc 100755 --- a/ci/stable/run-partition.sh +++ b/ci/stable/run-partition.sh @@ -34,6 +34,7 @@ ARGS=( --partition hash:"$((INDEX + 1))/$LIMIT" --verbose --exclude solana-local-cluster + --exclude solana-cargo-build-sbf --no-tests=warn )