[CI] Rename basic CI stage-a/b/c -> base-a/b/c for symmetry with extra CI (#25420)
This commit is contained in:
@@ -31,7 +31,7 @@ from sglang.srt.function_call.pythonic_detector import PythonicDetector
|
||||
from sglang.srt.function_call.qwen3_coder_detector import Qwen3CoderDetector
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
|
||||
register_cpu_ci(est_time=15, suite="stage-a-test-cpu")
|
||||
register_cpu_ci(est_time=15, suite="base-a-test-cpu")
|
||||
|
||||
|
||||
class TestPythonicDetector(unittest.TestCase):
|
||||
|
||||
@@ -7,7 +7,7 @@ from sglang.srt.function_call.hermes_detector import HermesDetector
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cpu_ci(1.0, "stage-a-test-cpu")
|
||||
register_cpu_ci(1.0, "base-a-test-cpu")
|
||||
|
||||
|
||||
class TestHermesDetector(CustomTestCase):
|
||||
|
||||
@@ -8,7 +8,7 @@ from sglang.srt.function_call.hunyuan_detector import HunyuanDetector
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cpu_ci(est_time=7, suite="stage-a-test-cpu")
|
||||
register_cpu_ci(est_time=7, suite="base-a-test-cpu")
|
||||
|
||||
|
||||
def _make_tools():
|
||||
|
||||
@@ -18,7 +18,7 @@ from sglang.srt.function_call.utils import (
|
||||
)
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
|
||||
register_cpu_ci(5, "stage-a-test-cpu")
|
||||
register_cpu_ci(5, "base-a-test-cpu")
|
||||
|
||||
|
||||
class TestJsonSchemaConstraint(unittest.TestCase):
|
||||
|
||||
@@ -7,7 +7,7 @@ from sglang.srt.function_call.llama32_detector import Llama32Detector
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cpu_ci(1.0, "stage-a-test-cpu")
|
||||
register_cpu_ci(1.0, "base-a-test-cpu")
|
||||
|
||||
|
||||
class TestLlama32Detector(CustomTestCase):
|
||||
|
||||
@@ -7,7 +7,7 @@ from sglang.srt.function_call.mistral_detector import MistralDetector
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cpu_ci(1.0, "stage-a-test-cpu")
|
||||
register_cpu_ci(1.0, "base-a-test-cpu")
|
||||
|
||||
|
||||
class TestMistralDetector(CustomTestCase):
|
||||
|
||||
@@ -23,7 +23,7 @@ from sglang.srt.entrypoints.openai.protocol import Function, Tool
|
||||
from sglang.srt.function_call.json_array_parser import JsonArrayParser
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
|
||||
register_cpu_ci(5, "stage-a-test-cpu")
|
||||
register_cpu_ci(5, "base-a-test-cpu")
|
||||
|
||||
|
||||
class TestParallelToolCalls(unittest.TestCase):
|
||||
|
||||
@@ -8,7 +8,7 @@ from sglang.srt.function_call.poolside_v1_detector import PoolsideV1Detector
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cpu_ci(1.0, "stage-a-test-cpu")
|
||||
register_cpu_ci(1.0, "base-a-test-cpu")
|
||||
|
||||
|
||||
class TestPoolsideV1Detector(CustomTestCase):
|
||||
|
||||
@@ -9,7 +9,7 @@ from sglang.srt.function_call.base_format_detector import BaseFormatDetector
|
||||
from sglang.srt.function_call.core_types import StreamingParseResult
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
|
||||
register_cpu_ci(5, "stage-a-test-cpu")
|
||||
register_cpu_ci(5, "base-a-test-cpu")
|
||||
|
||||
|
||||
class DummyDetector(BaseFormatDetector):
|
||||
|
||||
Reference in New Issue
Block a user