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 d0216690b21 [chore](ci) change s3Source to internal (#48427) (#48471) d0216690b21 is described below commit d0216690b21466a988ff7ebe91945831dc7e9b01 Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Fri Feb 28 15:01:32 2025 +0800 [chore](ci) change s3Source to internal (#48427) (#48471) Issue Number: close #xxx Related PR: pick #48427 --- 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 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy b/regression-test/pipeline/external/conf/regression-conf.groovy index 1f2e1ba3591..ac33898d44f 100644 --- a/regression-test/pipeline/external/conf/regression-conf.groovy +++ b/regression-test/pipeline/external/conf/regression-conf.groovy @@ -123,7 +123,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 d82a0a5906a..1ae529b4262 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -134,7 +134,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 2a0156e16b4..22fe2be2bd6 100644 --- a/regression-test/pipeline/p1/conf/regression-conf.groovy +++ b/regression-test/pipeline/p1/conf/regression-conf.groovy @@ -71,7 +71,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=0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org