From 8b5d4263409ad9ea33d9a8c315c64ccfcd6e8ace Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sun, 11 Jan 2026 15:53:38 +0800 Subject: [PATCH] [CI]Move fa4 e2e test to 4-gpu-b200 runner (#16889) --- test/registered/attention/test_flash_attention_4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/registered/attention/test_flash_attention_4.py b/test/registered/attention/test_flash_attention_4.py index 3da4a8e32..656309820 100644 --- a/test/registered/attention/test_flash_attention_4.py +++ b/test/registered/attention/test_flash_attention_4.py @@ -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")