We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8a331 commit cecd2c3Copy full SHA for cecd2c3
.buildkite/alpenglow/pipeline.sh
@@ -23,7 +23,7 @@ steps:
23
timeout_in_minutes: 40
24
agents:
25
queue: "default"
26
- parallelism: 2
+ parallelism: 3
27
retry:
28
automatic:
29
- limit: 3
ci/stable/run-partition.sh
@@ -34,6 +34,7 @@ ARGS=(
34
--partition hash:"$((INDEX + 1))/$LIMIT"
35
--verbose
36
--exclude solana-local-cluster
37
+ --exclude solana-cargo-build-sbf
38
--no-tests=warn
39
)
40
0 commit comments