This is an automated email from the ASF dual-hosted git repository. gavinchou 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 abef1dda49e [chore](Regression) Add provider conf in regression's pipeline conf (#36695) abef1dda49e is described below commit abef1dda49e7a417e3a63aab748eb3c0571c6f98 Author: AlexYue <yj976240...@gmail.com> AuthorDate: Sat Jun 22 20:36:33 2024 +0800 [chore](Regression) Add provider conf in regression's pipeline conf (#36695) Previously the conf of pipeline doesn't contain the provider of the Object Storage it uses. When adding azure's support like #35990, user should specify the vendor they use or just doesn't set the "provider" property when using S3-like object storage. So i add this conf. --- regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 2 ++ regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy | 1 + regression-test/pipeline/p0/conf/regression-conf.groovy | 1 + regression-test/pipeline/p1/conf/regression-conf.groovy | 1 + 4 files changed, 5 insertions(+) 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 ff3828ed00d..a1c5a47fdff 100644 --- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy @@ -74,3 +74,5 @@ enableKafkaTest=true // trino-connector catalog test config enableTrinoConnectorTest = false + +s3Provider = "COS" \ No newline at end of file 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 ce78d485131..42a18b7f22e 100644 --- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy @@ -21,3 +21,4 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line max_failure_num = 50 +s3Provider = "COS" diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 65cc20093db..d449a4b5b8b 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -139,6 +139,7 @@ cacheDataPath = "/data/regression/" s3Endpoint = "cos.ap-hongkong.myqcloud.com" s3BucketName = "doris-build-hk-1308700295" s3Region = "ap-hongkong" +s3Provider = "COS" max_failure_num=50 diff --git a/regression-test/pipeline/p1/conf/regression-conf.groovy b/regression-test/pipeline/p1/conf/regression-conf.groovy index cfe34f96bc9..d4ecd55d38f 100644 --- a/regression-test/pipeline/p1/conf/regression-conf.groovy +++ b/regression-test/pipeline/p1/conf/regression-conf.groovy @@ -73,6 +73,7 @@ cacheDataPath="/data/regression/" s3Endpoint = "cos.ap-hongkong.myqcloud.com" s3BucketName = "doris-build-hk-1308700295" s3Region = "ap-hongkong" +s3Provider = "COS" max_failure_num=0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org