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 7809497acbd branch-3.1: [fix](ci) vault_p0 start minio #53772 (#53845)
7809497acbd is described below

commit 7809497acbd08fae3e30492a2615b0201a94b3fa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 25 10:22:09 2025 +0800

    branch-3.1: [fix](ci) vault_p0 start minio #53772 (#53845)
    
    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 db8c20f0545..e6e7217a789 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