Skip to content

Commit c735f76

Browse files
authored
[Cherry-Pick][CI] Use GPU-Build-RL runner for _build_linux_rl.yml(#7186) (#7197)
1 parent bccf388 commit c735f76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/_build_linux_rl.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
description: "Build Images"
99
required: true
1010
type: string
11-
default: "iregistry.baidu-int.com/tiangexiao/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.0.0-rc2"
11+
default: "iregistry.baidu-int.com/new_rl_infra/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.0.0-v2.4.0-rc1"
1212
FASTDEPLOY_ARCHIVE_URL:
1313
description: "URL of the compressed FastDeploy code archive."
1414
required: true
@@ -54,7 +54,7 @@ on:
5454
value: ${{ jobs.fd-build-rl.outputs.wheel_path_rl }}
5555
jobs:
5656
fd-build-rl:
57-
runs-on: [self-hosted, GPU-Build]
57+
runs-on: [self-hosted, GPU-Build-RL]
5858
timeout-minutes: 360
5959
outputs:
6060
wheel_path_rl: ${{ steps.set_output.outputs.wheel_path_rl }}
@@ -161,6 +161,7 @@ jobs:
161161
chown -R $(whoami) /workspace/FastDeploy
162162
cd FastDeploy
163163
164+
python -m pip uninstall paddlepaddle-gpu -y || true
164165
wget -q --no-proxy https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-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
165166
python -m pip install paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
166167

.github/workflows/ce_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
COMPILE_ARCH: "80,90"
168168
WITH_NIGHTLY_BUILD: OFF
169169
FD_VERSION: 0.0.0
170-
PADDLE_WHL_URL: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Paddle-RL-Compile/develop/latest/paddlepaddle_gpu-3.3.0.dev-cp310-cp310-linux_x86_64.whl
170+
PADDLE_WHL_URL: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-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
171171

172172
build_sm8689:
173173
name: BUILD_SM8689

0 commit comments

Comments
 (0)