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 b54a09d2272 [ci](perf) Update docker image references for target 
branches (#55511)
b54a09d2272 is described below

commit b54a09d2272bf7f449a8cc4c4aa87e38721f40a0
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Sep 4 10:28:03 2025 +0800

    [ci](perf) Update docker image references for target branches (#55511)
---
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to