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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 9ce24edf36f branch-3.0: [fix](ci) vault_p0 start minio #53772 (#53846)
9ce24edf36f is described below

commit 9ce24edf36fa3fdc0e0a97121bd28c63d44022fc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 25 09:52:14 2025 +0800

    branch-3.0: [fix](ci) vault_p0 start minio #53772 (#53846)
    
    Cherry-picked from #53772
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 regression-test/pipeline/vault_p0/run.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/regression-test/pipeline/vault_p0/run.sh 
b/regression-test/pipeline/vault_p0/run.sh
index 7cf48010f95..a292884ae2d 100644
--- a/regression-test/pipeline/vault_p0/run.sh
+++ b/regression-test/pipeline/vault_p0/run.sh
@@ -70,7 +70,12 @@ run() {
 
     # start minio docker to run case test_rountine_load
     sed -i "s/^CONTAINER_UID=\"doris--\"/CONTAINER_UID=\"doris-external--\"/" 
"${teamcity_build_checkoutDir}"/docker/thirdparties/custom_settings.env
-    if bash 
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh 
-c minio; then echo; else echo "ERROR: start minio docker failed"; fi
+    if bash 
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh 
-c minio ||
+        bash 
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh 
-c minio; then
+        echo "INFO: start minio docker success"
+    else
+        echo "ERROR: start minio docker twice failed" && return 1
+    fi
 
     # used to set up HDFS docker
     docker_compose_hdfs_yaml='


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to