Use dedicated runner label for deepep 8-GPU tests (#22309)

Co-authored-by: Alison Shao <alison.shao@Mac.attlocal.net>
This commit is contained in:
Alison Shao
2026-04-07 19:58:54 -07:00
committed by GitHub
co-authored by Alison Shao
parent 1c5c6dad5e
commit 86e4542f35
+1 -1
View File
@@ -1162,7 +1162,7 @@ jobs:
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
)
)
runs-on: 8-gpu-h200
runs-on: 8-gpu-h200-deepep
timeout-minutes: 240
steps:
- name: Checkout code