This is an automated email from the ASF dual-hosted git repository. dataroaring 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 3d771876a14 branch-3.0: [chore](ci) change s3Source to internal #48427 (#48434) 3d771876a14 is described below commit 3d771876a1451a91ab2814e1417de9f4f994484b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Mar 1 10:12:25 2025 +0800 branch-3.0: [chore](ci) change s3Source to internal #48427 (#48434) Cherry-picked from #48427 Co-authored-by: Dongyang Li <lidongy...@selectdb.com> --- regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 + regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy | 1 + regression-test/pipeline/external/conf/regression-conf.groovy | 3 ++- regression-test/pipeline/p0/conf/regression-conf.groovy | 3 ++- regression-test/pipeline/p1/conf/regression-conf.groovy | 3 ++- regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy | 3 +++ 6 files changed, 11 insertions(+), 3 deletions(-) diff --git a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy index 06bab24ed4f..3630f4e50d1 100644 --- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy @@ -81,3 +81,4 @@ enableKafkaTest=true enableTrinoConnectorTest = false s3Source = "aliyun" +s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" diff --git a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy index 9edde7c0660..111c5d9c990 100644 --- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy @@ -24,3 +24,4 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line max_failure_num = 50 s3Source = "aliyun" +s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy b/regression-test/pipeline/external/conf/regression-conf.groovy index 65b14234365..f8a705f111c 100644 --- a/regression-test/pipeline/external/conf/regression-conf.groovy +++ b/regression-test/pipeline/external/conf/regression-conf.groovy @@ -138,7 +138,8 @@ es_8_port=39200 cacheDataPath = "/data/regression/" -s3Source="aliyun" +s3Source = "aliyun" +s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" // for multi cloud test case, eg. paimon_base_filesystem aliYunAk="***********" diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 100a1f170ad..5de00ca88e7 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -144,7 +144,8 @@ es_8_port=39200 cacheDataPath = "/data/regression/" -s3Source="aliyun" +s3Source = "aliyun" +s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" //arrow flight sql test config extArrowFlightSqlHost = "127.0.0.1" diff --git a/regression-test/pipeline/p1/conf/regression-conf.groovy b/regression-test/pipeline/p1/conf/regression-conf.groovy index 9689ec67648..0d542ed5653 100644 --- a/regression-test/pipeline/p1/conf/regression-conf.groovy +++ b/regression-test/pipeline/p1/conf/regression-conf.groovy @@ -68,7 +68,8 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line cacheDataPath="/data/regression/" -s3Source="aliyun" +s3Source = "aliyun" +s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" max_failure_num=50 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 de777157b18..adcf602a116 100644 --- a/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy @@ -43,3 +43,6 @@ extMinioAk = "minioadmin" extMinioSk = "minioadmin" extMinioRegion = "us-east-1" extMinioBucket = "test-bucket" + +s3Source = "aliyun" +s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org