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
@@ -6,7 +6,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:
@@ -110,7 +113,7 @@ jobs:
echo "All benchmark tests completed!"
sgl-kernel-b200-test:
runs-on: ${{ inputs.b200_runner }}
runs-on: ${{ fromJson(inputs.runs_on_map)[inputs.runner_config] }}
timeout-minutes: 240
steps:
- uses: actions/checkout@v4