From 86e4542f35fbdbba72f6331842b86d4daa0e4975 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:58:54 -0700 Subject: [PATCH] Use dedicated runner label for deepep 8-GPU tests (#22309) Co-authored-by: Alison Shao --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index ff64a9c3d..39e5afda1 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -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