[CI] Update B200 est_times to prevent timeouts on slower machine#22609
Merged
[CI] Update B200 est_times to prevent timeouts on slower machine#22609
Conversation
The Innomatrix B200 machine runs ~1.8x slower than the Novita B200 due to running 2 concurrent CI containers sharing CPU/memory bandwidth. Update est_time for 6 B200 tests based on actual Innomatrix elapsed times + 20% buffer to prevent partition timeouts. Changes (old -> new est_time): - test_nvfp4_gemm.py: 322 -> 550 (actual: 459s) - test_gpt_oss_4gpu.py: 312 -> 740 (actual: 615s) - test_fp8_blockwise_gemm.py: 302 -> 630 (actual: 527s) - test_eagle_infer_beta_dp_attention.py: 68 -> 136 (actual: 113s) - test_nvidia_nemotron_3_super_nvfp4.py: 294 -> 710 (actual: 591s) - test_cutedsl_moe.py: 13 -> 322 (actual: 268s) Example timeout: https://github.com/sgl-project/sglang/actions/runs/24288516804/job/70933367476
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the estimated execution times (est_time) for several test files within the stage-c-test-4-gpu-b200 suite, including GPT OSS, Nemotron, CuteDSL MoE, and various quantization and speculative decoding tests. I have no feedback to provide.
Additional tests found from other Inno runs: - test_cutedsl_moe.py: 322 -> 590 (worst case: 491s) - test_deepseek_v3_fp4_4gpu.py: 1146 -> 1380 (actual: 1149s) - test_deepseek_v3_fp4_mtp_small.py: 416 -> 510 (actual: 424s) - test_flash_attention_4.py: 259 -> 332 (actual: 276s)
Collaborator
|
/rerun-stage stage-c-4-gpu-b200 |
Contributor
|
❌ Stage NVIDIA stages:
AMD stages:
Other stages will be added soon. For now, use |
Collaborator
|
/rerun-stage stage-c-test-4-gpu-b200 |
Contributor
|
✅ Triggered |
pyc96
pushed a commit
to pyc96/sglang
that referenced
this pull request
Apr 14, 2026
…-project#22609) Co-authored-by: Alison Shao <alison.shao@MacBook-Pro-D2W773R9CD.local>
yhyang201
pushed a commit
to yhyang201/sglang
that referenced
this pull request
Apr 22, 2026
…-project#22609) Co-authored-by: Alison Shao <alison.shao@MacBook-Pro-D2W773R9CD.local>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
est_timefor 10 B200 tests based on actual elapsed times + 20% buffertest_nvfp4_gemm.pytest_gpt_oss_4gpu.pytest_fp8_blockwise_gemm.pytest_eagle_infer_beta_dp_attention.pytest_nvidia_nemotron_3_super_nvfp4.pytest_cutedsl_moe.pytest_deepseek_v3_fp4_4gpu.pytest_deepseek_v3_fp4_mtp_small.pytest_flash_attention_4.pytest_lora_qwen3_30b...pyExample timeout: https://github.com/sgl-project/sglang/actions/runs/24288516804/job/70933367476
Test plan