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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 3136fa48a6b branch-2.1: [chore](ci) adjust some invalid url #44261 
(#44270)
3136fa48a6b is described below

commit 3136fa48a6b130e69f47c190e340d4d4abdb9401
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 19 19:28:04 2024 +0800

    branch-2.1: [chore](ci) adjust some invalid url #44261 (#44270)
    
    Cherry-picked from #44261
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 docker/thirdparties/docker-compose/hive/scripts/README                | 4 ++--
 docker/thirdparties/run-thirdparties-docker.sh                        | 2 +-
 .../src/main/groovy/org/apache/doris/regression/Config.groovy         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/thirdparties/docker-compose/hive/scripts/README 
b/docker/thirdparties/docker-compose/hive/scripts/README
index 4eaf3893486..4e8d5bb0b8a 100644
--- a/docker/thirdparties/docker-compose/hive/scripts/README
+++ b/docker/thirdparties/docker-compose/hive/scripts/README
@@ -1,9 +1,9 @@
 1. Download parquet file packages from:
-    
https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/load/tpch1_parquet/tpch1.db.tar.gz
+    
https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/tpch1.db.tar.gz
 
 2. Unzip and name it to "tpch1.db"
 
 3. Download paimon file from:
-    
https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/paimon/paimon1.tar.gz
+    
https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/datalake/pipeline_data/paimon1.tar.gz
 
 4. Unzip and name it to "paimon1"
diff --git a/docker/thirdparties/run-thirdparties-docker.sh 
b/docker/thirdparties/run-thirdparties-docker.sh
index 91420771dbb..cdd57241c16 100755
--- a/docker/thirdparties/run-thirdparties-docker.sh
+++ b/docker/thirdparties/run-thirdparties-docker.sh
@@ -441,7 +441,7 @@ start_hudi() {
         sudo rm -rf "${ROOT}"/docker-compose/hudi/hive-metastore-postgresql
         sudo mkdir "${ROOT}"/docker-compose/hudi/hive-metastore-postgresql
         if [[ ! -d 
"${ROOT}/docker-compose/hudi/scripts/hudi_docker_compose_attached_file" ]]; then
-            echo "Attached files does not exist, please download the 
https://doris-build-hk-1308700295.cos.ap-hongkong.myqcloud.com/regression/load/hudi/hudi_docker_compose_attached_file.zip
 file to the docker-compose/hudi/scripts/ directory and unzip it."
+            echo "Attached files does not exist, please download the 
https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/load/hudi/hudi_docker_compose_attached_file.zip
 file to the docker-compose/hudi/scripts/ directory and unzip it."
             exit 1
         fi
         sudo docker compose -f "${ROOT}"/docker-compose/hudi/hudi.yaml 
--env-file "${ROOT}"/docker-compose/hudi/hadoop.env up -d
diff --git 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
index 3675bbf4e31..391b9a630fb 100644
--- 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
+++ 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
@@ -395,7 +395,7 @@ class Config {
             if (config.s3Source == "aliyun") {
                 s3BucketName = "doris-regression-hk"
             } else if (config.s3Source == "aliyun-internal") {
-                s3BucketName = "doris-regression"
+                s3BucketName = "doris-regression-bj"
             } else if (config.s3Source == "tencent") {
                 s3BucketName = "doris-build-1308700295"
             } else if (config.s3Source == "huawei") {


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

Reply via email to