[CI] Use GPU-Build-RL runner for _build_linux_rl.yml (#7186)

This commit is contained in:
YuBaoku
2026-04-03 20:24:39 +08:00
committed by GitHub
parent 2068656a85
commit da3dfe1c80
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ on:
description: "Build Images"
required: true
type: string
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"
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"
FASTDEPLOY_ARCHIVE_URL:
description: "URL of the compressed FastDeploy code archive."
required: true
@@ -54,7 +54,7 @@ on:
value: ${{ jobs.fd-build-rl.outputs.wheel_path_rl }}
jobs:
fd-build-rl:
runs-on: [self-hosted, GPU-Build]
runs-on: [self-hosted, GPU-Build-RL]
timeout-minutes: 360
outputs:
wheel_path_rl: ${{ steps.set_output.outputs.wheel_path_rl }}