Skip to content

Commit e13747f

Browse files
EmmonsCursesunlei1024
authored andcommitted
[CI] Update opt_rl_build image and split sm90 build into standalone job (PaddlePaddle#7735)
* [CI] Update opt_rl_build image and split sm90 build into standalone job * [CI] Update DOCKER_IMAGE name
1 parent a348664 commit e13747f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ce_job.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ jobs:
188188
FD_VERSION: 0.0.0
189189
PADDLE_WHL_URL: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-TagBuild-Training-Linux-Gpu-Cuda12.9-Cudnn9.9-Trt10.5-Mkl-Avx-Gcc11-SelfBuiltPypiUse/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
190190

191-
build_sm90100_rl:
192-
name: BUILD_SM90100_RL
191+
build_sm90_rl:
192+
name: BUILD_SM90_RL
193193
needs: [clone, ce_job_pre_check]
194194
if: ${{ needs.ce_job_pre_check.outputs.sm8090_match == 'true' }}
195195
uses: ./.github/workflows/_build_linux_rl.yml
196196
with:
197-
DOCKER_IMAGE: iregistry.baidu-int.com/paddlepaddle/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.4.1H-rc1
197+
DOCKER_IMAGE: iregistry.baidu-int.com/paddlepaddle/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.5.0H-rc9
198198
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
199-
COMPILE_ARCH: "90,100"
199+
COMPILE_ARCH: "90"
200200
WITH_NIGHTLY_BUILD: OFF
201201
FD_VERSION: 0.0.0
202202

@@ -311,25 +311,25 @@ jobs:
311311
echo "commit wheel url is ${WHEEL_PATH}"
312312
echo "latest wheel url is ${WHEEL_PATH_LATEST}"
313313
314-
ce_upload_sm90100_rl:
314+
ce_upload_sm90_rl:
315315
environment: CodeSync
316-
name: CE_UPLOAD_90100RL
317-
needs: build_sm90100_rl
316+
name: CE_UPLOAD_90RL
317+
needs: build_sm90_rl
318318
runs-on: ubuntu-latest
319319
env:
320320
AK: ${{ secrets.BOS_AK }}
321321
SK: ${{ secrets.BOS_SK }}
322-
FASTDEPLOY_WHEEL_URL: ${{ needs.build_sm90100_rl.outputs.wheel_path_rl }}
322+
FASTDEPLOY_WHEEL_URL: ${{ needs.build_sm90_rl.outputs.wheel_path_rl }}
323323
COMPILE_ARCH: "90,100"
324324
steps:
325325
- uses: actions/setup-python@v6
326326
with:
327327
python-version: '3.10'
328328
- name: Wheel Info Show and Upload
329329
run: |
330-
echo "The wheel is located at: ${{ needs.build_sm90100_rl.outputs.wheel_path_rl }}"
331-
wget -q --no-check-certificate ${{ needs.build_sm90100_rl.outputs.wheel_path_rl }}
332-
filename=$(basename ${{ needs.build_sm90100_rl.outputs.wheel_path_rl }})
330+
echo "The wheel is located at: ${{ needs.build_sm90_rl.outputs.wheel_path_rl }}"
331+
wget -q --no-check-certificate ${{ needs.build_sm90_rl.outputs.wheel_path_rl }}
332+
filename=$(basename ${{ needs.build_sm90_rl.outputs.wheel_path_rl }})
333333
334334
commit_id=${{ github.sha }}
335335
branch_name=${{ github.ref_name }}
@@ -339,8 +339,8 @@ jobs:
339339
python -m pip install bce-python-sdk==0.9.29
340340
341341
target_paths=(
342-
"paddle-qa/paddle-pipeline/FastDeploy_ActionCE_RL/cu129/SM_90100/${branch_name}/${commit_id}"
343-
"paddle-qa/paddle-pipeline/FastDeploy_ActionCE_RL/cu129/SM_90100/${branch_name}/latest"
342+
"paddle-qa/paddle-pipeline/FastDeploy_ActionCE_RL/cu129/SM_90/${branch_name}/${commit_id}"
343+
"paddle-qa/paddle-pipeline/FastDeploy_ActionCE_RL/cu129/SM_90/${branch_name}/latest"
344344
)
345345
346346
for target_path in "${target_paths[@]}"; do

0 commit comments

Comments
 (0)