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 a627a563cc [pipeline](ckb) the pull request which id is even also needs run clickbench (#17759) a627a563cc is described below commit a627a563cc55ca15e720a72a782b3ebfd5235fa9 Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Thu Mar 16 11:36:22 2023 +0800 [pipeline](ckb) the pull request which id is even also needs run clickbench (#17759) the pull request which id is even also needs run clickbench --- regression-test/pipeline/common/check-pr-if-need-run-build.sh | 1 - 1 file changed, 1 deletion(-) 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 20c4f16b1a..2df3d3bcce 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