[AMD] Fix CI - unit-test-backend-1-gpu-amd-mi35x and unit-test-backend-2-gpu-amd, stage-b-test-small-1-gpu-amd (#16675)

Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
YC Tseng
2026-01-08 10:16:27 -08:00
committed by GitHub
co-authored by Bingxu Chen
parent fbc24886dd
commit 4e999404c3
60 changed files with 106 additions and 143 deletions
@@ -22,7 +22,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=70, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=200, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=200, suite="stage-b-test-small-1-gpu-amd")
class TestEnableThinking(CustomTestCase):
@@ -14,7 +14,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=109, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=180, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=180, suite="stage-b-test-small-1-gpu-amd")
class TestJSONModeMixin:
@@ -14,7 +14,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=7, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=20, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=20, suite="stage-b-test-small-1-gpu-amd")
# -------------------------------------------------------------------------
@@ -19,7 +19,7 @@ from sglang.test.test_utils import (
register_cuda_ci(est_time=186, suite="stage-b-test-small-1-gpu")
register_amd_ci(
est_time=186,
suite="stage-b-test-small-1-gpu",
suite="stage-b-test-small-1-gpu-amd",
disabled="see https://github.com/sgl-project/sglang/issues/11127",
)
@@ -24,7 +24,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=89, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=89, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=89, suite="stage-b-test-small-1-gpu-amd")
class TestReasoningContentAPI(CustomTestCase):