This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 6aeacf252e [fix](pipeline) if pr addded files, also need run regresion
(#23332)
6aeacf252e is described below
commit 6aeacf252ecb1b73cd588783e195b0ebb2abc455
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Aug 23 16:45:44 2023 +0800
[fix](pipeline) if pr addded files, also need run regresion (#23332)
Co-authored-by: stephen <[email protected]>
---
regression-test/pipeline/common/check-pr-if-need-run-build.sh | 1 +
1 file changed, 1 insertion(+)
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 452f448315..b12aab4ac4 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 [[ ${#added_files[@]} -gt 0 ]]; then echo "Not only modified regression
conf, find added 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]