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

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new d81afb5b648 branch-4.0: [chore](ci) add retry to reduce compile fail 
of regression framework #57954 (#57975)
d81afb5b648 is described below

commit d81afb5b648acd511253eaa9e224a21fc017db84
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 13 15:46:20 2025 +0800

    branch-4.0: [chore](ci) add retry to reduce compile fail of regression 
framework #57954 (#57975)
    
    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 22d7f807846..f37d73b9c9a 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -973,7 +973,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]

Reply via email to