ci: unify PR test suite naming (#21187)
This commit is contained in:
@@ -19,7 +19,7 @@ from sglang.test.test_utils import (
|
||||
|
||||
register_cuda_ci(
|
||||
est_time=120,
|
||||
suite="stage-b-test-small-1-gpu",
|
||||
suite="stage-b-test-1-gpu-small",
|
||||
disabled="Temporarily disabled",
|
||||
)
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
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")
|
||||
|
||||
OUTPUT_DIR = "./profiler_dir"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user