Skip to content

Commit

Permalink
ci: run 5 partitions for tests (#4389)
Browse files Browse the repository at this point in the history
* ci: run 4 partitions for tests

* run 5

* revert retry update

* reduce the timeout
  • Loading branch information
yihau authored Jan 12, 2025
1 parent 6784c2f commit fd5165e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/build-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ partitions=$(
{
"name": "partitions",
"command": "ci/docker-run-default-image.sh ci/stable/run-partition.sh",
"timeout_in_minutes": 30,
"timeout_in_minutes": 25,
"agent": "$agent",
"parallelism": 2,
"parallelism": 5,
"retry": 3
}
EOF
Expand Down

0 comments on commit fd5165e

Please sign in to comment.