This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 95922a08df5 [fix](ci) vault_p0 start minio (#53772)
95922a08df5 is described below
commit 95922a08df5d40d9cd6f4c0cb9c4c73657fe8d09
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Jul 24 17:27:28 2025 +0800
[fix](ci) vault_p0 start minio (#53772)
---
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]