[AMD] CI - migrate perf test and fix stage-b-test-1-gpu-amd (#17340)

Co-authored-by: Bingxu Chen <bingxche@amd.com>
Co-authored-by: bingxche <Bingxu.Chen@amd.com>
Co-authored-by: michaelzhang-ai <michaelzhang.ai@users.noreply.github.com>
This commit is contained in:
YC Tseng
2026-01-22 18:45:05 -08:00
committed by GitHub
co-authored by Bingxu Chen bingxche michaelzhang-ai
parent 0fec8820d1
commit 04a10c9bc2
14 changed files with 68 additions and 174 deletions
@@ -1,6 +1,6 @@
import unittest
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.test_utils import (
DEFAULT_MODEL_NAME_FOR_TEST,
DEFAULT_MOE_MODEL_NAME_FOR_TEST,
@@ -12,6 +12,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=180, suite="stage-b-test-large-2-gpu-performance")
register_amd_ci(est_time=630, suite="stage-b-test-large-2-gpu-performance-amd")
class TestBenchOneBatch2GPU(CustomTestCase):