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 46ebb2bb25b branch-3.1: [fix](ci) adjust docker image #52853 (#53053)
46ebb2bb25b is described below

commit 46ebb2bb25b0f3dd7d761fc02f20121d83206041
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 10 23:40:51 2025 +0800

    branch-3.1: [fix](ci) adjust docker image #52853 (#53053)
    
    Cherry-picked from #52853
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 regression-test/pipeline/performance/compile.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/regression-test/pipeline/performance/compile.sh 
b/regression-test/pipeline/performance/compile.sh
index 05c6544ca2f..b9cfd503cba 100644
--- a/regression-test/pipeline/performance/compile.sh
+++ b/regression-test/pipeline/performance/compile.sh
@@ -79,9 +79,15 @@ merge_pr_to_target_branch_latest() {
 if [[ "${target_branch}" == "master" || "${target_branch}" == "branch-3.1" ]]; 
then
     REMOTE_CCACHE='/mnt/remote_ccache_master'
     docker_image="apache/doris:build-env-ldb-toolchain-0.19-latest"
+elif [[ "${target_branch}" == "branch-3.0" ]]; then
+    REMOTE_CCACHE='/mnt/remote_ccache_master'
+    docker_image="apache/doris:build-env-for-3.0-0.19"
+elif [[ "${target_branch}" == "branch-2.1" ]]; then
+    REMOTE_CCACHE='/mnt/remote_ccache_branch_2'
+    docker_image="apache/doris:build-env-for-2.1-0.19"
 elif [[ "${target_branch}" == "branch-2.0" ]]; then
-    docker_image="apache/doris:build-env-for-2.0"
     REMOTE_CCACHE='/mnt/remote_ccache_branch_2'
+    docker_image="apache/doris:build-env-for-2.0"
 elif [[ "${target_branch}" == "branch-1.2-lts" ]]; then
     REMOTE_CCACHE='/mnt/remote_ccache_master'
     docker_image="apache/doris:build-env-for-1.2"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to