fix(ci): update est_time for 57 tests based on runtime analysis (#21896)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Liangsheng Yin
2026-04-01 20:16:13 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 2ef12073f4
commit 875a615993
57 changed files with 61 additions and 59 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from sglang.srt.layers.moe.flashinfer_cutedsl_moe import flashinfer_cutedsl_moe_
from sglang.srt.layers.moe.topk import TopKConfig, select_experts
from sglang.test.ci.ci_register import register_cuda_ci
register_cuda_ci(est_time=300, suite="stage-c-test-4-gpu-b200")
register_cuda_ci(est_time=20, suite="stage-c-test-4-gpu-b200")
SKIP_TEST = torch.cuda.get_device_capability() < (10, 0)
SKIP_REASON = "Nvfp4 Requires compute capability of 10 or above."
+1 -1
View File
@@ -12,7 +12,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=140, suite="stage-b-test-2-gpu-large")
register_cuda_ci(est_time=250, suite="stage-b-test-2-gpu-large")
class TestEp(CustomTestCase):
+1 -1
View File
@@ -12,7 +12,7 @@ from sglang.srt.server_args import ServerArgs, set_global_server_args_for_schedu
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.test_utils import CustomTestCase
register_cuda_ci(est_time=89, suite="stage-b-test-1-gpu-large")
register_cuda_ci(est_time=30, suite="stage-b-test-1-gpu-large")
class TestFusedMOE(CustomTestCase):