Skip to content

Commit

Permalink
[chore](Regression) Add provider conf in regression's pipeline conf (a…
Browse files Browse the repository at this point in the history
…pache#36695)

Previously the conf of pipeline doesn't contain the provider of the
Object Storage it uses. When adding azure's support like apache#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.
  • Loading branch information
ByteYue authored Jun 22, 2024
1 parent 815349d commit abef1dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ enableKafkaTest=true

// trino-connector catalog test config
enableTrinoConnectorTest = false

s3Provider = "COS"
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line

max_failure_num = 50

s3Provider = "COS"
1 change: 1 addition & 0 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions regression-test/pipeline/p1/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit abef1dd

Please sign in to comment.