This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a22e21e80b [opt](ci) adjust regression parallel to speed up (#39432)
5a22e21e80b is described below

commit 5a22e21e80b8483ab937ec3a8bf67dc26ec391dc
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Wed Aug 21 21:08:06 2024 +0800

    [opt](ci) adjust regression parallel to speed up (#39432)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
---
 regression-test/pipeline/cloud_p0/run.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/regression-test/pipeline/cloud_p0/run.sh 
b/regression-test/pipeline/cloud_p0/run.sh
index 2079d182ef3..d565e16d989 100644
--- a/regression-test/pipeline/cloud_p0/run.sh
+++ b/regression-test/pipeline/cloud_p0/run.sh
@@ -69,9 +69,9 @@ run() {
         --clean \
         --run \
         --times "${repeat_times_from_trigger:-1}" \
-        -parallel 8 \
-        -suiteParallel 8 \
-        -actionParallel 2; then
+        -parallel 18 \
+        -suiteParallel 18 \
+        -actionParallel 10; then
         echo
     else
         bash 
"${teamcity_build_checkoutDir}"/regression-test/pipeline/common/get-or-set-tmp-env.sh
 'set' "export need_collect_log=true"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to