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

hellostephen 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 83eb2279f8e branch-3.0: [chore](ci) support run minio case #46467 
(#46475)
83eb2279f8e is described below

commit 83eb2279f8edf2cc6af898332ea18aadb997451b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 20:55:46 2025 +0800

    branch-3.0: [chore](ci) support run minio case #46467 (#46475)
    
    Cherry-picked from #46467
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 .../pipeline/vault_p0/conf/regression-conf-custom.groovy         | 8 ++++++++
 regression-test/pipeline/vault_p0/run.sh                         | 9 +++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git 
a/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy 
b/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy
index 3efd22d90c2..a55926f7362 100644
--- a/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy
@@ -34,3 +34,11 @@ extHiveHmsPort = 7004
 extHdfsPort = 8020
 extHiveServerPort= 7001
 extHiveHmsUser = "root"
+
+// for case test_minio_storage_vault.groovy
+extMinioHost = "127.0.0.1"
+extMinioPort = 19000
+extMinioAk = "minioadmin"
+extMinioSk = "minioadmin"
+extMinioRegion = "us-east-1"
+extMinioBucket = "test-bucket"
diff --git a/regression-test/pipeline/vault_p0/run.sh 
b/regression-test/pipeline/vault_p0/run.sh
index d0d0e26e733..8322e458a7a 100644
--- a/regression-test/pipeline/vault_p0/run.sh
+++ b/regression-test/pipeline/vault_p0/run.sh
@@ -67,10 +67,11 @@ run() {
     } 
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy
     cp -f 
"${teamcity_build_checkoutDir}"/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy
 \
         "${teamcity_build_checkoutDir}"/regression-test/conf/
-    # # start kafka 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 
--stop; then echo; fi
-    # if bash 
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh 
-c kafka; then echo; else echo "ERROR: start kafka docker failed"; fi
+
+    # 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
+
     # used to set up HDFS docker
     docker_compose_hdfs_yaml='
 version: "3"


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

Reply via email to