This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 74804782b51 [chore](ci) adjust cloud_p0 regression-conf-custom.groovy (#44264) 74804782b51 is described below commit 74804782b51c5c88eeff730f3316d32dea6bee58 Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Tue Nov 19 19:23:37 2024 +0800 [chore](ci) adjust cloud_p0 regression-conf-custom.groovy (#44264) --- regression-test/pipeline/cloud_p0/run.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/regression-test/pipeline/cloud_p0/run.sh b/regression-test/pipeline/cloud_p0/run.sh index a78377c95ee..43847f86980 100644 --- a/regression-test/pipeline/cloud_p0/run.sh +++ b/regression-test/pipeline/cloud_p0/run.sh @@ -34,6 +34,8 @@ if [[ -z "${teamcity_build_checkoutDir}" ]]; then echo "ERROR: env teamcity_buil if [[ -z "${pr_num_from_trigger}" ]]; then echo "ERROR: env pr_num_from_trigger not set" && exit 1; fi if [[ -z "${commit_id_from_trigger}" ]]; then echo "ERROR: env commit_id_from_trigger not set" && exit 1; fi if [[ -z "${s3SourceAk}" || -z "${s3SourceSk}" ]]; then echo "ERROR: env s3SourceAk or s3SourceSk not set" && exit 1; fi +if [[ -z "${hwYunAk}" || -z "${hwYunSk}" ]]; then echo "WARNING: env hwYunAk or hwYunSk not set"; fi +if [[ -z "${txYunAk}" || -z "${txYunSk}" ]]; then echo "WARNING: env txYunAk or txYunSk not set"; fi # shellcheck source=/dev/null source "$(bash "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/get-or-set-tmp-env.sh 'get')" @@ -55,6 +57,10 @@ run() { echo # add a new line to prevent two config items from being combined, which will cause the error "No signature of method" echo "ak='${s3SourceAk}'" echo "sk='${s3SourceSk}'" + echo "hwYunAk='${hwYunAk:-}'" + echo "hwYunSk='${hwYunSk:-}'" + echo "txYunAk='${txYunAk:-}'" + echo "txYunSk='${txYunSk:-}'" } >>"${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/ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org