[CI] Rename basic CI stage-a/b/c -> base-a/b/c for symmetry with extra CI (#25420)

This commit is contained in:
Liangsheng Yin
2026-05-15 18:26:55 -07:00
committed by GitHub
parent d0c38329b2
commit b7d62bd724
473 changed files with 745 additions and 746 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from sglang.test.test_utils import (
)
# FlashMLA attention backend tests with MTP speculative decoding
register_cuda_ci(est_time=160, stage="stage-b", runner_config="1-gpu-large")
register_cuda_ci(est_time=160, stage="base-b", runner_config="1-gpu-large")
class TestFlashMLAMTP(CustomTestCase):
+1 -1
View File
@@ -15,7 +15,7 @@ from sglang.test.test_utils import (
)
# FlashInfer MLA backend tests with MTP speculative decoding
register_cuda_ci(est_time=130, stage="stage-b", runner_config="1-gpu-large")
register_cuda_ci(est_time=130, stage="base-b", runner_config="1-gpu-large")
class TestFlashinferMLAMTP(CustomTestCase):
+1 -1
View File
@@ -13,7 +13,7 @@ from sglang.test.test_utils import (
)
# MLA FP8 KV cache test with MGSM evaluation
register_cuda_ci(est_time=104, stage="stage-b", runner_config="1-gpu-large")
register_cuda_ci(est_time=104, stage="base-b", runner_config="1-gpu-large")
register_amd_ci(est_time=800, suite="stage-b-test-1-gpu-small-amd")
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
)
# DeepSeek-V3 INT8 quantization tests (channel and block INT8)
register_cuda_ci(est_time=160, stage="stage-b", runner_config="1-gpu-large")
register_cuda_ci(est_time=160, stage="base-b", runner_config="1-gpu-large")
class TestDeepseekV3MTPChannelInt8(CustomTestCase):