[ci] split stage-c-test-4-gpu-b200 to enable a low-disk runner pool (#23417)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-04-21 18:33:33 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 6cf0b004ca
commit 77fd86f89e
15 changed files with 84 additions and 14 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ except ImportError:
CuteDslMoEWrapper = None
convert_sf_to_mma_layout = None
register_cuda_ci(est_time=590, suite="stage-c-test-4-gpu-b200")
register_cuda_ci(est_time=590, suite="stage-c-test-4-gpu-b200-small")
SKIP_TEST = torch.cuda.get_device_capability() < (10, 0)
SKIP_REASON = "Nvfp4 Requires compute capability of 10 or above."