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

dataroaring 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 b402f4d9ab2 [chore](ci) change bucket to oss hongkong for cloud 
pipeline (#31353)
b402f4d9ab2 is described below

commit b402f4d9ab2b472e643f7afa2e50eb6d524b7b24
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Sat Feb 24 08:52:58 2024 +0800

    [chore](ci) change bucket to oss hongkong for cloud pipeline (#31353)
    
    Co-authored-by: stephen <hello-step...@qq.com>
---
 regression-test/pipeline/common/doris-utils.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/regression-test/pipeline/common/doris-utils.sh 
b/regression-test/pipeline/common/doris-utils.sh
index c9d89300dfe..719df14790c 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -557,22 +557,22 @@ print_doris_conf() {
 }
 
 function create_warehouse() {
-    if [[ -z ${COS_ak} || -z ${COS_sk} ]]; then
-        echo "ERROR: env COS_ak and COS_sk are required." && return 1
+    if [[ -z ${oss_ak} || -z ${oss_sk} ]]; then
+        echo "ERROR: env oss_ak and oss_sk are required." && return 1
     fi
     if curl 
"127.0.0.1:5000/MetaService/http/create_instance?token=greedisgood9999" -d "{
         \"instance_id\": \"cloud_instance_0\",
         \"name\":\"cloud_instance_0\",
         \"user_id\":\"user-id\",
         \"obj_info\": {
-            \"provider\": \"COS\",
-            \"region\": \"ap-hongkong\",
-            \"bucket\": \"doris-community-test-1308700295\",
+            \"provider\": \"OSS\",
+            \"region\": \"oss-cn-hongkong\",
+            \"bucket\": \"doris-community-test\",
             \"prefix\": \"cloud_regression\",
-            \"endpoint\": \"cos.ap-hongkong.myqcloud.com\",
-            \"external_endpoint\": \"cos.ap-hongkong.myqcloud.com\",
-            \"ak\": \"${COS_ak}\",
-            \"sk\": \"${COS_sk}\"
+            \"endpoint\": \"oss-cn-hongkong-internal.aliyuncs.com\",
+            \"external_endpoint\": \"oss-cn-hongkong-internal.aliyuncs.com\",
+            \"ak\": \"${oss_ak}\",
+            \"sk\": \"${oss_sk}\"
         }
     }"; then
         echo


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to