[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
@@ -4,7 +4,7 @@ Performance tests for 2-GPU that need large GPUs (H200 80GB) - MoE and Pipeline
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_MOE_MODEL_NAME_FOR_TEST,
CustomTestCase,
@@ -15,6 +15,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=600, suite="stage-b-test-large-2-gpu-performance")
register_amd_ci(est_time=600, suite="stage-b-test-large-2-gpu-performance-amd")
class TestBenchServing2GPU(CustomTestCase):