From 7bc7775260a323e8dafebb6085fcaf6bd51183d8 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Thu, 30 Apr 2026 22:29:08 -0700 Subject: [PATCH] [CI] Fix stage-b-test-4-gpu-b200 silently skipped, hanging wait-for-stage-b (#24208) Co-authored-by: Claude Opus 4.7 (1M context) --- .github/workflows/pr-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 04333eb45..d3a16969c 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -942,10 +942,7 @@ jobs: ((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true')) ) ) - # The `*-low-disk` label (resolved by `set-runner` to `4-gpu-b200-low-disk` or - # `4-gpu-b200-kernel-low-disk`) is advertised by both the existing large-disk B200 - # runners and the new low-disk runner, so this job can land on either pool. - runs-on: ${{ needs.check-changes.outputs.b200_low_disk_runner }} + runs-on: ${{ needs.check-changes.outputs.b200_runner }} timeout-minutes: 240 strategy: fail-fast: false