This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 ab1678ff40a [ci](cloud) adjust regression conf (#36846)
ab1678ff40a is described below
commit ab1678ff40a457058187bbc832c637b6c9d678b5
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Jun 26 14:29:10 2024 +0800
[ci](cloud) adjust regression conf (#36846)
Co-authored-by: stephen <[email protected]>
---
.../pipeline/cloud_p0/conf/regression-conf-custom.groovy | 2 ++
regression-test/pipeline/cloud_p0/run.sh | 7 +++++--
.../pipeline/cloud_p1/conf/regression-conf-custom.groovy | 2 ++
3 files changed, 9 insertions(+), 2 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 ff3828ed00d..c90ec09d06d 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"
diff --git a/regression-test/pipeline/cloud_p0/run.sh
b/regression-test/pipeline/cloud_p0/run.sh
index 14c663169ba..fd79f854665 100644
--- a/regression-test/pipeline/cloud_p0/run.sh
+++ b/regression-test/pipeline/cloud_p0/run.sh
@@ -51,8 +51,11 @@ run() {
shopt -s inherit_errexit
cd "${teamcity_build_checkoutDir}" || return 1
- echo "ak='${cos_ak}'"
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
- echo "sk='${cos_sk}'"
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+ {
+ echo # add a new line to prevent two config items from being combined,
which will cause the error "No signature of method"
+ echo "ak='${cos_ak}'"
+ echo "sk='${cos_sk}'"
+ }
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
cp -f
"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
\
"${teamcity_build_checkoutDir}"/regression-test/conf/
# start kafka docker to run case test_rountine_load
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 7f2fe715a60..42a18b7f22e 100644
--- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
@@ -20,3 +20,5 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," +
// keep this line
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
max_failure_num = 50
+
+s3Provider = "COS"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]