move runs_on + rdma into runner_configs.yml (#25264)

This commit is contained in:
Liangsheng Yin
2026-05-15 04:19:13 -07:00
committed by GitHub
parent 293027aafa
commit fd9525436b
9 changed files with 104 additions and 65 deletions
+5 -2
View File
@@ -9,7 +9,10 @@ on:
sgl_kernel:
required: true
type: string
b200_runner:
runner_config:
required: true
type: string
runs_on_map:
required: true
type: string
git_ref:
@@ -157,7 +160,7 @@ jobs:
if: |
github.event_name != 'schedule' &&
inputs.test_parallel_dispatch != 'true'
runs-on: ${{ inputs.b200_runner }}
runs-on: ${{ fromJson(inputs.runs_on_map)[inputs.runner_config] }}
timeout-minutes: 240
steps:
- uses: actions/checkout@v4