ci: unify PR test suite naming (#21187)
This commit is contained in:
@@ -22,7 +22,7 @@ from sglang.srt.debug_utils.comparator.aligner.unsharder.types import (
|
||||
from sglang.srt.debug_utils.comparator.dims_spec import ParallelAxis
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
|
||||
register_cpu_ci(est_time=10, suite="stage-a-cpu-only", nightly=True)
|
||||
register_cpu_ci(est_time=10, suite="stage-a-test-cpu", nightly=True)
|
||||
|
||||
|
||||
def _zigzag_order(cp_size: int) -> list[int]:
|
||||
|
||||
@@ -24,7 +24,7 @@ from sglang.srt.debug_utils.comparator.dims_spec import (
|
||||
)
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
|
||||
register_cpu_ci(est_time=10, suite="stage-a-cpu-only", nightly=True)
|
||||
register_cpu_ci(est_time=10, suite="stage-a-test-cpu", nightly=True)
|
||||
|
||||
|
||||
class TestComputeReordererPlans:
|
||||
|
||||
Reference in New Issue
Block a user