Skip to content

Commit cecd2c3

Browse files
authored
improve ci (#332)
1 parent dc8a331 commit cecd2c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/alpenglow/pipeline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
timeout_in_minutes: 40
2424
agents:
2525
queue: "default"
26-
parallelism: 2
26+
parallelism: 3
2727
retry:
2828
automatic:
2929
- limit: 3

ci/stable/run-partition.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ARGS=(
3434
--partition hash:"$((INDEX + 1))/$LIMIT"
3535
--verbose
3636
--exclude solana-local-cluster
37+
--exclude solana-cargo-build-sbf
3738
--no-tests=warn
3839
)
3940

0 commit comments

Comments
 (0)