Skip to content

Commit

Permalink
[regression-test](pipeline) reduce tests concurrency (#38026)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
  • Loading branch information
shuke987 authored Jul 17, 2024
1 parent b65981d commit 01eeff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/pipeline/cloud_p0/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ run() {
--clean \
--run \
--times "${repeat_times_from_trigger:-1}" \
-parallel 14 \
-suiteParallel 14 \
-parallel 8 \
-suiteParallel 8 \
-actionParallel 2; then
echo
else
Expand Down

0 comments on commit 01eeff3

Please sign in to comment.