[CI]Move fa4 e2e test to 4-gpu-b200 runner (#16889)

This commit is contained in:
Baizhou Zhang
2026-01-11 15:53:38 +08:00
committed by GitHub
parent b5493f65be
commit 8b5d426340

View File

@@ -12,7 +12,7 @@ from sglang.test.test_utils import (
)
# FlashAttention4 integration test (requires SM 100+ / Blackwell B200)
register_cuda_ci(est_time=200, suite="stage-b-test-large-1-gpu")
register_cuda_ci(est_time=200, suite="stage-b-test-4-gpu-b200")
@unittest.skipIf(get_device_sm() < 100, "Test requires CUDA SM 100 or higher")