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 6f8795af771 [chore](ci) adjust some invalid url (#44261)
6f8795af771 is described below

commit 6f8795af771f4f554b36daed5de9a90132eb9820
Author: Dongyang Li <lidongy...@selectdb.com>
AuthorDate: Tue Nov 19 17:11:28 2024 +0800

    [chore](ci) adjust some invalid url (#44261)
---
 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 +-
 .../suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy     | 1 -
 4 files changed, 4 insertions(+), 5 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 e6a5bb43771..4bd09b7b137 100755
--- a/docker/thirdparties/run-thirdparties-docker.sh
+++ b/docker/thirdparties/run-thirdparties-docker.sh
@@ -446,7 +446,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 7f971e83bfb..7b0d24482a2 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
@@ -669,7 +669,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") {
diff --git 
a/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy 
b/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy
index 695b3506b5c..23116cca933 100644
--- 
a/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy
+++ 
b/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy
@@ -99,7 +99,6 @@ suite("test_s3_tvf_with_resource", "p0") {
 
     // test outfile to s3
     def outfile_url = outfile_to_S3()
-    // outfile_url like: 
s3://doris-build-hk-1308700295/est_s3_tvf/export_test/exp_f2cb650bbb94431a-ab0bc3e6f3e89f04_*
 
     // 1. normal
     try {


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

Reply via email to