ci: unify PR test suite naming (#21187)
This commit is contained in:
@@ -25,8 +25,8 @@ import sglang as sgl
|
||||
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
|
||||
|
||||
register_cuda_ci(est_time=41, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=60, suite="stage-b-test-small-1-gpu-amd")
|
||||
register_cuda_ci(est_time=41, suite="stage-b-test-1-gpu-small")
|
||||
register_amd_ci(est_time=60, suite="stage-b-test-1-gpu-small-amd")
|
||||
|
||||
# ------------------------- Configurable via env ------------------------- #
|
||||
MODEL_ID = DEFAULT_SMALL_MODEL_NAME_FOR_TEST
|
||||
|
||||
@@ -16,8 +16,8 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=82, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=82, suite="stage-b-test-small-1-gpu-amd")
|
||||
register_cuda_ci(est_time=82, suite="stage-b-test-1-gpu-small")
|
||||
register_amd_ci(est_time=82, suite="stage-b-test-1-gpu-small-amd")
|
||||
|
||||
|
||||
class TestPenalty(CustomTestCase):
|
||||
|
||||
@@ -14,8 +14,8 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=66, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=66, suite="stage-b-test-small-1-gpu-amd")
|
||||
register_cuda_ci(est_time=66, suite="stage-b-test-1-gpu-small")
|
||||
register_amd_ci(est_time=66, suite="stage-b-test-1-gpu-small-amd")
|
||||
|
||||
|
||||
class TestPyTorchSamplingBackend(CustomTestCase):
|
||||
|
||||
Reference in New Issue
Block a user