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 42077ddb49b [ci](cloud_p0)do not run nonConcurrent case to reduce 
build time (#41111)
42077ddb49b is described below

commit 42077ddb49b8ad1ca4039033d7fbaf46cc3ad6a3
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Sep 23 19:24:56 2024 +0800

    [ci](cloud_p0)do not run nonConcurrent case to reduce build time (#41111)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
    
    Co-authored-by: stephen <[email protected]>
---
 regression-test/pipeline/cloud_p0/run.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regression-test/pipeline/cloud_p0/run.sh 
b/regression-test/pipeline/cloud_p0/run.sh
index d565e16d989..a78377c95ee 100644
--- a/regression-test/pipeline/cloud_p0/run.sh
+++ b/regression-test/pipeline/cloud_p0/run.sh
@@ -71,7 +71,8 @@ run() {
         --times "${repeat_times_from_trigger:-1}" \
         -parallel 18 \
         -suiteParallel 18 \
-        -actionParallel 10; then
+        -actionParallel 10 \
+        -runNonConcurrent false; 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to