[AMD] Register 5 server-style 1-GPU tests for AMD PR CI (#24572)

This commit is contained in:
Michael
2026-05-12 22:45:52 -07:00
committed by GitHub
parent c665edec6e
commit 245f7d8026
5 changed files with 10 additions and 5 deletions
@@ -11,7 +11,7 @@ import unittest
import requests
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.test_utils import (
DEFAULT_SMALL_MODEL_NAME_FOR_TEST,
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
@@ -28,6 +28,7 @@ except ImportError:
_HAS_GRANIAN = False
register_cuda_ci(est_time=52, suite="stage-b-test-1-gpu-small")
register_amd_ci(est_time=52, suite="stage-b-test-1-gpu-small-amd")
@unittest.skipUnless(_HAS_GRANIAN, "granian not installed (pip install sglang[http2])")