This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-8 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 25513cd0edc5c91c181e53d7cffa10881fbe013d Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Mon Sep 1 10:44:54 2025 +0800 [ci](perf) Update docker image references for target branches --- regression-test/pipeline/performance/compile.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/regression-test/pipeline/performance/compile.sh b/regression-test/pipeline/performance/compile.sh index 758a20e921a..7efde12e1e2 100644 --- a/regression-test/pipeline/performance/compile.sh +++ b/regression-test/pipeline/performance/compile.sh @@ -76,9 +76,12 @@ merge_pr_to_target_branch_latest() { fi } -if [[ "${target_branch}" == "master" || "${target_branch}" == "branch-3.1" ]]; then +if [[ "${target_branch}" == "master" ]]; then + REMOTE_CCACHE='/mnt/remote_ccache_master' + docker_image="apache/doris:build-env-ldb-toolchain-latest" +elif [[ "${target_branch}" == "branch-3.1" ]]; then REMOTE_CCACHE='/mnt/remote_ccache_master' - docker_image="apache/doris:build-env-ldb-toolchain-0.19-latest" + docker_image="apache/doris:build-env-for-3.1-0.19" elif [[ "${target_branch}" == "branch-3.0" ]]; then REMOTE_CCACHE='/mnt/remote_ccache_master' docker_image="apache/doris:build-env-for-3.0-0.19" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org