[CI] Migrate CUDA Graph tests to test/registered/cuda_graph/ (#15436)

This commit is contained in:
Alison Shao
2025-12-20 18:55:39 -08:00
committed by GitHub
parent 4b351f6b95
commit 9a3bdf2c95
8 changed files with 208 additions and 159 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ from sglang.test.lora_utils import (
)
from sglang.test.test_utils import CustomTestCase, is_in_ci
register_cuda_ci(est_time=116, suite="stage-b-test-small-2-gpu")
register_cuda_ci(est_time=116, suite="stage-b-test-large-2-gpu")
class TestLoRATP(CustomTestCase):