[AMD] register 4 2-gpu tests to stage-b-test-2-gpu-large-amd (#28344)

This commit is contained in:
Michael
2026-06-16 21:58:34 -07:00
committed by GitHub
parent 66ac385f52
commit a2aa51c818
4 changed files with 8 additions and 4 deletions
@@ -1,7 +1,7 @@
import unittest
from sglang.srt.utils import kill_process_tree
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.kits.unified_radix_cache_kit import UnifiedRadixTreeTestMixin
from sglang.test.kl_multiturn_utils import get_input_ids
from sglang.test.test_utils import (
@@ -12,6 +12,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=250, stage="base-b", runner_config="2-gpu-large")
register_amd_ci(est_time=400, suite="stage-b-test-2-gpu-large-amd")
FULL_MODEL = "Qwen/Qwen3-32B"