This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 55a940b0bfc branch-3.1: [chore](ci) adjust s3Endpoint to reduce cost
#58472 (#58473)
55a940b0bfc is described below
commit 55a940b0bfcb6d4b64665ac497460692f7f27f9b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 15:52:54 2025 +0800
branch-3.1: [chore](ci) adjust s3Endpoint to reduce cost #58472 (#58473)
Cherry-picked from #58472
Co-authored-by: Dongyang Li <[email protected]>
---
regression-test/pipeline/cloud_p0/run.sh | 3 ++-
regression-test/pipeline/vault_p0/run.sh | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/regression-test/pipeline/cloud_p0/run.sh
b/regression-test/pipeline/cloud_p0/run.sh
index 6cca8b92af8..776bd96726e 100644
--- a/regression-test/pipeline/cloud_p0/run.sh
+++ b/regression-test/pipeline/cloud_p0/run.sh
@@ -50,7 +50,7 @@ need_collect_log=false
# monitoring the log files in "${DORIS_HOME}"/regression-test/log/ for keyword
'Reach limit of connections'
_monitor_regression_log &
-# shellcheck disable=SC2317
+# shellcheck disable=SC2329
run() {
set -e
shopt -s inherit_errexit
@@ -69,6 +69,7 @@ run() {
"${teamcity_build_checkoutDir}"/regression-test/conf/
# start kafka docker to run case test_rountine_load
sed -i "s/^CONTAINER_UID=\"doris--\"/CONTAINER_UID=\"doris-external--\"/"
"${teamcity_build_checkoutDir}"/docker/thirdparties/custom_settings.env
+ sed -i
"s/oss-cn-hongkong.aliyuncs.com/oss-cn-hongkong-internal.aliyuncs.com/"
"${teamcity_build_checkoutDir}"/docker/thirdparties/custom_settings.env
if bash
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh
--stop; then echo; fi
if bash
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh
-c kafka; then echo; else echo "ERROR: start kafka docker failed"; fi
JAVA_HOME="$(find /usr/lib/jvm -maxdepth 1 -type d -name 'java-8-*' | sed
-n '1p')"
diff --git a/regression-test/pipeline/vault_p0/run.sh
b/regression-test/pipeline/vault_p0/run.sh
index e6e7217a789..9a86d3cda20 100644
--- a/regression-test/pipeline/vault_p0/run.sh
+++ b/regression-test/pipeline/vault_p0/run.sh
@@ -50,7 +50,7 @@ need_collect_log=false
# monitoring the log files in "${DORIS_HOME}"/regression-test/log/ for keyword
'Reach limit of connections'
_monitor_regression_log &
-# shellcheck disable=SC2317
+# shellcheck disable=SC2329
run() {
set -e
shopt -s inherit_errexit
@@ -70,6 +70,7 @@ run() {
# start minio docker to run case test_rountine_load
sed -i "s/^CONTAINER_UID=\"doris--\"/CONTAINER_UID=\"doris-external--\"/"
"${teamcity_build_checkoutDir}"/docker/thirdparties/custom_settings.env
+ sed -i
"s/oss-cn-hongkong.aliyuncs.com/oss-cn-hongkong-internal.aliyuncs.com/"
"${teamcity_build_checkoutDir}"/docker/thirdparties/custom_settings.env
if bash
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh
-c minio ||
bash
"${teamcity_build_checkoutDir}"/docker/thirdparties/run-thirdparties-docker.sh
-c minio; then
echo "INFO: start minio docker success"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]