Skip to content

Commit

Permalink
[chore](ci) change s3Source to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen committed Feb 27, 2025
1 parent 939138e commit 33713db
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ enableKafkaTest=true
// trino-connector catalog test config
enableTrinoConnectorTest = false

s3Source = "aliyun"
s3Source = "aliyun-internal"
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line

max_failure_num = 50

s3Source = "aliyun"
s3Source = "aliyun-internal"
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ es_8_port=39200

cacheDataPath = "/data/regression/"

s3Source="aliyun"
s3Source = "aliyun-internal"

// for multi cloud test case, eg. paimon_base_filesystem
aliYunAk="***********"
Expand Down
2 changes: 1 addition & 1 deletion regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ es_8_port=39200

cacheDataPath = "/data/regression/"

s3Source="aliyun"
s3Source = "aliyun-internal"

//arrow flight sql test config
extArrowFlightSqlHost = "127.0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion regression-test/pipeline/p1/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line

cacheDataPath="/data/regression/"

s3Source="aliyun"
s3Source = "aliyun-internal"

max_failure_num=50

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ extMinioAk = "minioadmin"
extMinioSk = "minioadmin"
extMinioRegion = "us-east-1"
extMinioBucket = "test-bucket"

s3Source = "aliyun-internal"

0 comments on commit 33713db

Please sign in to comment.