ci: unify PR test suite naming (#21187)
This commit is contained in:
@@ -20,7 +20,7 @@ from sglang.test.test_utils import (
|
||||
popen_launch_pd_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=400, suite="stage-b-test-large-2-gpu")
|
||||
register_cuda_ci(est_time=400, suite="stage-b-test-2-gpu-large")
|
||||
|
||||
|
||||
class TestDisaggregationAccuracy(PDDisaggregationServerBase):
|
||||
|
||||
@@ -18,7 +18,7 @@ from sglang.test.test_utils import (
|
||||
|
||||
# Registering the test for CUDA CI with appropriate parameters
|
||||
# Increasing estimated time since we run evaluation twice
|
||||
register_cuda_ci(est_time=600, suite="stage-b-test-large-2-gpu")
|
||||
register_cuda_ci(est_time=600, suite="stage-b-test-2-gpu-large")
|
||||
|
||||
|
||||
@unittest.skipIf(is_in_ci(), "Temporarily disable the flaky test.")
|
||||
|
||||
@@ -17,7 +17,7 @@ from sglang.srt.disaggregation.decode_kvcache_offload_manager import (
|
||||
)
|
||||
from sglang.test.ci.ci_register import register_cuda_ci
|
||||
|
||||
register_cuda_ci(est_time=10, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=10, suite="stage-b-test-1-gpu-small")
|
||||
|
||||
|
||||
def _make_mock_req(
|
||||
|
||||
Reference in New Issue
Block a user