[CI] Key scheduled CUDA suites by runner_config instead of hand-written jobs (#34186)
This commit is contained in:
@@ -23,7 +23,7 @@ MIMO_LAUNCH_TIMEOUT = 3600
|
||||
|
||||
# MiMo V2.5 is pre-cached on the eight-H200 runner. The H200-only nightly suite
|
||||
# exercises the asymmetric MHA host pool end to end without adding PR CI cost.
|
||||
register_cuda_ci(est_time=1200, suite="nightly-8-gpu-h200", nightly=True)
|
||||
register_cuda_ci(est_time=270, stage="nightly", runner_config="8-gpu-h200")
|
||||
|
||||
|
||||
class TestUnifiedMiMoHiCacheLoadBackKL(CustomTestCase):
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ from sglang.test.test_utils import (
|
||||
GLM5_MODEL = "zai-org/GLM-5.2-FP8"
|
||||
GLM5_LAUNCH_TIMEOUT = 3600
|
||||
|
||||
register_cuda_ci(est_time=900, suite="nightly-8-gpu-h200", nightly=True)
|
||||
register_cuda_ci(est_time=690, stage="nightly", runner_config="8-gpu-h200")
|
||||
|
||||
|
||||
class AccuracyTwoPassMixin:
|
||||
|
||||
Reference in New Issue
Block a user