This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 262d7a1931d branch-3.1: [chore](ci) add retry to reduce compile fail
of regression framework #57954 (#57974)
262d7a1931d is described below
commit 262d7a1931de987483fe3fdbb3b905d72bd14f0d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 11:01:41 2025 +0800
branch-3.1: [chore](ci) add retry to reduce compile fail of regression
framework #57954 (#57974)
Cherry-picked from #57954
Co-authored-by: Dongyang Li <[email protected]>
---
regression-test/pipeline/common/doris-utils.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/regression-test/pipeline/common/doris-utils.sh
b/regression-test/pipeline/common/doris-utils.sh
index 02eee050615..389add2f8b9 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -962,7 +962,9 @@ prepare_java_udf() {
OLD_JAVA_HOME=${JAVA_HOME}
JAVA_HOME="$(find /usr/lib/jvm -maxdepth 1 -type d -name 'java-8-*' | sed
-n '1p')"
export JAVA_HOME
- if bash "${DORIS_HOME}"/../run-regression-test.sh --clean &&
+ bash "${DORIS_HOME}"/../run-regression-test.sh --clean
+ if bash "${DORIS_HOME}"/../run-regression-test.sh --compile ||
+ bash "${DORIS_HOME}"/../run-regression-test.sh --compile ||
bash "${DORIS_HOME}"/../run-regression-test.sh --compile; then
echo
else
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]