[CI] Refactor int checkpoint tests style (#28813)

Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
This commit is contained in:
Yuan Luo
2026-06-22 14:59:06 -07:00
committed by GitHub
co-authored by luoyuan.luo
parent 4f60378ff5
commit c0198fc277
2 changed files with 186 additions and 1 deletions
@@ -30,7 +30,7 @@ from sglang.test.kits.kl_divergence_kit import KLDivergenceMixin
from sglang.test.server_fixtures.default_fixture import DefaultServerBase
from sglang.test.test_utils import DEFAULT_HYBRID_MAMBA_MODEL_NAME_FOR_TEST
register_cuda_ci(est_time=400, stage="base-c", runner_config="4-gpu-h100")
register_cuda_ci(est_time=400, stage="extra-b", runner_config="4-gpu-h100")
class TestInt8MambaCheckpointE2E(KLDivergenceMixin, DefaultServerBase):