This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 2fd4cab8e6d [chore](fix) sync check-pr-if-need-run-build.sh with
master branch (#27250)
2fd4cab8e6d is described below
commit 2fd4cab8e6db164fef4d4c7e516d1af222848af5
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Nov 20 19:53:03 2023 +0800
[chore](fix) sync check-pr-if-need-run-build.sh with master branch (#27250)
---
regression-test/pipeline/common/check-pr-if-need-run-build.sh | 2 ++
1 file changed, 2 insertions(+)
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 452f4483158..df4cd3c5102 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
@@ -81,6 +81,7 @@ https://github.com/apache/doris/pull/${PULL_NUMBER}/files all
change files:
}
_only_modified_regression_conf() {
+ if [[ -n ${added_files} || -n ${removed_files} ]]; then echo "Not only
modified regression conf, find added/removed files" && return 1; fi
for f in ${modified_files}; do
if [[ "${f}" ==
"regression-test/pipeline/p0/conf/regression-conf.groovy" ]] ||
[[ "${f}" ==
"regression-test/pipeline/p1/conf/regression-conf.groovy" ]]; then
@@ -136,6 +137,7 @@ need_run_regression_p0() {
[[ "${af}" == 'gensrc'* ]] ||
[[ "${af}" == 'regression-test'* ]] ||
[[ "${af}" == 'thirdparty'* ]] ||
+ [[ "${af}" == 'docker'* ]] ||
[[ "${af}" == 'ui'* ]] ||
[[ "${af}" == 'webroot'* ]] ||
[[ "${af}" == 'build.sh' ]] ||
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]