ci: unify PR test suite naming (#21187)
This commit is contained in:
@@ -24,7 +24,7 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=60, suite="stage-b-test-large-1-gpu")
|
||||
register_cuda_ci(est_time=60, suite="stage-b-test-1-gpu-large")
|
||||
|
||||
|
||||
def remove_prefix(text: str, prefix: str) -> str:
|
||||
|
||||
@@ -33,7 +33,7 @@ from sglang.test.test_utils import (
|
||||
|
||||
register_cuda_ci(
|
||||
est_time=122,
|
||||
suite="stage-b-test-large-1-gpu",
|
||||
suite="stage-b-test-1-gpu-large",
|
||||
)
|
||||
|
||||
NUM_TURNS = 150
|
||||
|
||||
@@ -28,7 +28,7 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=70, suite="stage-b-test-large-1-gpu")
|
||||
register_cuda_ci(est_time=70, suite="stage-b-test-1-gpu-large")
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Logprob leak constants
|
||||
|
||||
Reference in New Issue
Block a user