Skip to content

Commit

Permalink
ci: split local-cluster test into 10 jobs (#2576)
Browse files Browse the repository at this point in the history
* ci: split local-cluster test into 10 jobs

* ci: reduce timout miniutes for local-cluster
  • Loading branch information
yihau authored Aug 15, 2024
1 parent 86d6020 commit 01782cc
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 @@ -26,9 +26,9 @@ local_cluster_partitions=$(
{
"name": "local-cluster",
"command": "ci/docker-run-default-image.sh ci/stable/run-local-cluster-partially.sh",
"timeout_in_minutes": 30,
"timeout_in_minutes": 15,
"agent": "$agent",
"parallelism": 5,
"parallelism": 10,
"retry": 3
}
EOF
Expand Down

0 comments on commit 01782cc

Please sign in to comment.