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

yiguolei 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 4cbd99ad9b [pipeline](ckb) trigger new ckb pipeline, even pr id also 
run (#21661)
4cbd99ad9b is described below

commit 4cbd99ad9bf79575e99bfa8f4ef2c8ed7394b7cd
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Tue Jul 11 15:24:26 2023 +0800

    [pipeline](ckb) trigger new ckb pipeline, even pr id also run (#21661)
    
    * [pipeline](ckb) also trigger new ckb pipeline
    
    * [pipeline](ckb) all pr run ckb pipeline
    
    * change required
    
    ---------
    
    Co-authored-by: stephen <hello-step...@qq.com>
---
 .asf.yaml                                                     | 2 +-
 .github/workflows/auto_trigger_teamcity.yml                   | 4 ++--
 regression-test/pipeline/common/check-pr-if-need-run-build.sh | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 80dd4aafb9..13c793e126 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -58,7 +58,7 @@ github:
           - Build Documents
           - BE UT (Clang)
           - ShellCheck
-          - clickbench (benchmark)
+          - clickbench-new (clickbench)
           - BE UT (macOS)
           - Build Third Party Libraries (Linux)
           - Build Third Party Libraries (macOS)
diff --git a/.github/workflows/auto_trigger_teamcity.yml 
b/.github/workflows/auto_trigger_teamcity.yml
index 9ffd5a8b92..b019946a1b 100644
--- a/.github/workflows/auto_trigger_teamcity.yml
+++ b/.github/workflows/auto_trigger_teamcity.yml
@@ -57,7 +57,7 @@ jobs:
           echo "latest_commit_id : ${{ env.LATEST_COMMIT }}"
           
           if [[ "${comment_message}" =~ "run" && "${comment_message}" =~ 
"buildall" && ! "${comment_message}" =~ "Thanks for your contribution" ]]; then
-            trigger_pipelines="Doris_Doris_FeUt Doris_DorisBeUt_BeUt 
Doris_DorisCompile_Compile Doris_Benchmark_Clickbench 
Doris_ArmPipeline_P0Regression ${trigger_pipelines}"
+            trigger_pipelines="Doris_Doris_FeUt Doris_DorisBeUt_BeUt 
Doris_DorisCompile_Compile Doris_Benchmark_Clickbench 
Doris_Performance_Clickbench_ClickbenchNew Doris_ArmPipeline_P0Regression 
${trigger_pipelines}"
           fi
           if [[ "${comment_message}" =~ "run" && ( "${comment_message}" =~ 
"p0" || "${comment_message}" =~ "external" ) && ! "${comment_message}" =~ 
"Thanks for your contribution" ]]; then
             trigger_pipelines="Doris_DorisRegression_P0Regression  
${trigger_pipelines}"
@@ -78,7 +78,7 @@ jobs:
             trigger_pipelines="Doris_DorisCompile_Compile  
${trigger_pipelines}"
           fi
           if [[ "${comment_message}" =~ "run" && "${comment_message}" =~ 
"clickbench" && ! "${comment_message}" =~ "Thanks for your contribution" ]]; 
then
-            trigger_pipelines="Doris_Benchmark_Clickbench  
${trigger_pipelines}"
+            trigger_pipelines="Doris_Benchmark_Clickbench 
Doris_Performance_Clickbench_ClickbenchNew  ${trigger_pipelines}"
           fi
           if [[ "${comment_message}" =~ "run" && "${comment_message}" =~ "arm" 
&& ! "${comment_message}" =~ "Thanks for your contribution" ]]; then
             trigger_pipelines="Doris_ArmPipeline_P0Regression  
${trigger_pipelines}"
diff --git a/regression-test/pipeline/common/check-pr-if-need-run-build.sh 
b/regression-test/pipeline/common/check-pr-if-need-run-build.sh
index 5fd8016f30..77eced6422 100755
--- a/regression-test/pipeline/common/check-pr-if-need-run-build.sh
+++ b/regression-test/pipeline/common/check-pr-if-need-run-build.sh
@@ -142,7 +142,6 @@ need_run_arm_regression_p0() {
 }
 
 need_run_ckb() {
-    if [[ $(($1 % 2)) -eq 0 ]]; then echo "the pull request id is even, return 
no need" && return 1; fi
     if ! _get_pr_changed_files "$1"; then echo "get pr changed files failed, 
return need" && return 0; fi
     for af in ${all_files}; do
         if [[ "${af}" == 'be'* ]] ||


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

Reply via email to