[CI] Move DSA PD+MTP+CP Layersplit test to basic B300 test suite (#35220)

This commit is contained in:
Baizhou Zhang
2026-08-17 17:44:31 -07:00
committed by GitHub
parent 9ffc2856fb
commit c2c1c4d3eb
@@ -9,7 +9,7 @@ PD-disaggregated GLM-5.2 deployment: a layer-split prefill worker running
interleave prefill-CP + layer split, and an ordinary decode worker that receives
full cache shards via PD transfer.
Runs nightly on an 8-GPU B200 runner (prefill TP=4 + decode TP=4).
Runs on an 8-GPU B300 runner (prefill TP=4 + decode TP=4).
"""
import unittest
@@ -20,11 +20,11 @@ from sglang.test.server_fixtures.disaggregation_fixture import (
PDDisaggregationServerBase,
)
register_cuda_ci(est_time=750, stage="nightly", runner_config="8-gpu-b200")
register_cuda_ci(est_time=750, stage="base-c", runner_config="8-gpu-b300")
class TestGLM52DSACacheLayerSplit(PDDisaggregationServerBase, GSM8KMixin):
model = "nvidia/GLM-5.2-NVFP4"
model = "/data/radixark/model-cache/hub/models--nvidia--GLM-5.2-NVFP4/snapshots/aec724e8c7b8ee9db3b48c01c320f63f9cdaf8aa"
# Full GSM8K test set (1319 questions) with a tight accuracy floor.
gsm8k_accuracy_thres = 0.935