ci: remove IS_BLACKWELL env var; auto-detect Blackwell (#21118)

This commit is contained in:
Lianmin Zheng
2026-03-22 23:44:48 -07:00
committed by GitHub
parent 54fdb357d3
commit 7757a9ddd0
6 changed files with 14 additions and 17 deletions
-1
View File
@@ -48,7 +48,6 @@ jobs:
timeout-minutes: 120
env:
RUNNER_LABELS: ${{ inputs.runner_label }}
IS_BLACKWELL: ${{ (inputs.runner_label == '1-gpu-5090' || contains(inputs.runner_label, 'b200')) && '1' || '0' }}
SGLANG_CI_RDMA_ALL_DEVICES: ${{ inputs.runner_label == '8-gpu-h20' && 'mlx5_1,mlx5_2,mlx5_3,mlx5_4' || '' }}
steps:
- name: Checkout code