[AMD CI] Migrate and Add More Testcases (#17116)

Co-authored-by: yctseng0211 <yctseng@amd.com>
This commit is contained in:
Bingxu Chen
2026-01-19 08:07:39 -08:00
committed by GitHub
co-authored by yctseng0211
parent 20b0523eca
commit 2ea02f0642
19 changed files with 311 additions and 67 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from sglang.test.test_programs import (
from sglang.test.test_utils import DEFAULT_MODEL_NAME_FOR_TEST, CustomTestCase
register_cuda_ci(est_time=80, suite="stage-a-test-1")
register_amd_ci(est_time=120, suite="stage-a-test-1")
register_amd_ci(est_time=120, suite="stage-a-test-1-amd")
class TestSRTBackend(CustomTestCase):