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

zhangstar333 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 5e5a331de44 [fix](trigger) fix pipeline bug that does not trigger 
Doris_Performance_Clickbench_ClickbenchNew (#25827)
5e5a331de44 is described below

commit 5e5a331de44c438bcf96afc85b524ccae02f9262
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Oct 24 16:28:01 2023 +0800

    [fix](trigger) fix pipeline bug that does not trigger 
Doris_Performance_Clickbench_ClickbenchNew (#25827)
    
    Co-authored-by: stephen <[email protected]>
---
 .github/workflows/auto_trigger_teamcity.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/auto_trigger_teamcity.yml 
b/.github/workflows/auto_trigger_teamcity.yml
index feda4e2a5a1..61be077fed6 100644
--- a/.github/workflows/auto_trigger_teamcity.yml
+++ b/.github/workflows/auto_trigger_teamcity.yml
@@ -58,7 +58,7 @@ jobs:
           
           set -x
           if [[ "${comment_message}" =~ "run" && "${comment_message}" =~ 
"buildall" && ! "${comment_message}" =~ "Thanks for your contribution" ]]; then
-            trigger_pipelines="Doris_DorisRegression_P0RegressionPipelineX 
Doris_Doris_FeUt Doris_DorisBeUt_BeUt Doris_DorisCompile_Compile 
Doris_Performance_Clickbench_ClickbenchNew Doris_ArmPipeline_P0Regression 
${trigger_pipelines}"
+            trigger_pipelines="Doris_Doris_FeUt Doris_DorisBeUt_BeUt 
Doris_DorisCompile_Compile Doris_Performance_Clickbench_ClickbenchNew 
Doris_ArmPipeline_P0Regression ${trigger_pipelines}"
           fi
           if [[ "${comment_message}" =~ "run" && "${comment_message}" =~ " p0" 
&& ! "${comment_message}" =~ "Thanks for your contribution" ]]; then
             trigger_pipelines="Doris_DorisRegression_P0Regression  
${trigger_pipelines}"
@@ -100,6 +100,7 @@ jobs:
           
           for pipeline in ${trigger_pipelines}
           do
+            same_build_sign="false"
             echo 
"-----------------------------------------------------------------"
             running_builds_command="curl -s -X GET 
${teamcity_url}/app/rest/builds\?locator\=buildType\:${pipeline}\,branch:pull/${pull_request_num}\,running:true"
             echo "${running_builds_command}" 
@@ -126,8 +127,6 @@ jobs:
                 echo "the same pr_commit build already exist, this build 
${build} is running or in queue!"
                 same_build_sign="true" 
                 break
-              else
-                same_build_sign="false"
               fi
             done
           


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to