From 2b0a745d5756f81a894e7251a80efc0f2840464a Mon Sep 17 00:00:00 2001 From: YUNSHEN XIE <1084314248@qq.com> Date: Tue, 2 Sep 2025 10:53:26 +0800 Subject: [PATCH] fix ce build job (#3777) --- .github/workflows/ce_job.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ce_job.yml b/.github/workflows/ce_job.yml index c217efb1c..47ddbb051 100644 --- a/.github/workflows/ce_job.yml +++ b/.github/workflows/ce_job.yml @@ -154,6 +154,7 @@ jobs: COMPILE_ARCH: "80,90" WITH_NIGHTLY_BUILD: OFF FD_VERSION: 0.0.0 + PADDLE_WHL_URL: ${{ needs.ce_job_pre_check.outputs.compile_use_paddle_whl_url }} build_sm8689: name: BUILD_SM8689 @@ -166,6 +167,7 @@ jobs: COMPILE_ARCH: "86,89" WITH_NIGHTLY_BUILD: OFF FD_VERSION: 0.0.0 + PADDLE_WHL_URL: ${{ needs.ce_job_pre_check.outputs.compile_use_paddle_whl_url }} ce_upload_sm8090: environment: CodeSync @@ -190,7 +192,7 @@ jobs: commit_id=${{ github.sha }} branch_name=${{ github.ref_name }} - target_path=paddle-qa/paddle-pipeline/FastDeploy_ActionCE${COMPILE_ARCH//,/_}/${branch_name}/${commit_id} + target_path=paddle-qa/paddle-pipeline/FastDeploy_ActionCE/SM${COMPILE_ARCH//,/_}/${branch_name}/${commit_id} wget -q --no-proxy --no-check-certificate https://paddle-qa.bj.bcebos.com/CodeSync/develop/PaddlePaddle/PaddleTest/tools/bos_tools.py push_file=$(realpath bos_tools.py) @@ -200,7 +202,7 @@ jobs: target_path_stripped="${target_path#paddle-qa/}" WHEEL_PATH=https://paddle-qa.bj.bcebos.com/${target_path_stripped}/${fd_wheel_name} - target_path_latest=paddle-qa/paddle-pipeline/FastDeploy_ActionCE${COMPILE_ARCH//,/_}/${branch_name}/latest + target_path_latest=paddle-qa/paddle-pipeline/FastDeploy_ActionCE/SM${COMPILE_ARCH//,/_}/${branch_name}/latest python ${push_file} ${filename} ${target_path_latest} target_path_stripped_latest="${target_path_latest#paddle-qa/}" WHEEL_PATH_LATEST=https://paddle-qa.bj.bcebos.com/${target_path_stripped_latest}/${fd_wheel_name} @@ -228,7 +230,7 @@ jobs: commit_id=${{ github.sha }} branch_name=${{ github.ref_name }} - target_path=paddle-qa/paddle-pipeline/FastDeploy_ActionCE${COMPILE_ARCH//,/_}/${branch_name}/${commit_id} + target_path=paddle-qa/paddle-pipeline/FastDeploy_ActionCE/SM${COMPILE_ARCH//,/_}/${branch_name}/${commit_id} wget -q --no-proxy --no-check-certificate https://paddle-qa.bj.bcebos.com/CodeSync/develop/PaddlePaddle/PaddleTest/tools/bos_tools.py push_file=$(realpath bos_tools.py) @@ -238,7 +240,7 @@ jobs: target_path_stripped="${target_path#paddle-qa/}" WHEEL_PATH=https://paddle-qa.bj.bcebos.com/${target_path_stripped}/${fd_wheel_name} - target_path_latest=paddle-qa/paddle-pipeline/FastDeploy_ActionCE${COMPILE_ARCH//,/_}/${branch_name}/latest + target_path_latest=paddle-qa/paddle-pipeline/FastDeploy_ActionCE/SM${COMPILE_ARCH//,/_}/${branch_name}/latest python ${push_file} ${filename} ${target_path_latest} target_path_stripped_latest="${target_path_latest#paddle-qa/}" WHEEL_PATH_LATEST=https://paddle-qa.bj.bcebos.com/${target_path_stripped_latest}/${fd_wheel_name}