[CI] Increase stage-c-test-4-gpu-b200 partitions from 4 to 5#22395
Merged
[CI] Increase stage-c-test-4-gpu-b200 partitions from 4 to 5#22395
Conversation
The total est_time across 14 tests in this suite is 7010s (116.8 min). With 4 partitions that averages 29.2 min/partition, leaving <1 min of headroom against the 30 min step timeout — not enough to cover the ~2 min of setup overhead (dep install, validation). This caused partition 2 to time out mid-test. 3 lora tests (620s total) were recently added to this suite: - test_lora_qwen3_30b_a3b_instruct_2507_logprob_diff.py (160s, #21466) - test_lora_qwen3_vl_30b_a3b_instruct_logprob_diff.py (160s, #21469) - test_lora_gpt_oss_20b_logprob_diff.py (300s, #21570) With 5 partitions the average drops to 23.4 min/partition, providing comfortable margin.
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
hnyls2002
approved these changes
Apr 8, 2026
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
stage-c-test-4-gpu-b200from 4 to 5 to fix step timeoutsThe suite currently has 14 tests totaling 7010s (116.8 min) of est_time. With 4 partitions, the average is 29.2 min/partition — less than 1 minute of headroom against the 30-minute step timeout, which doesn't account for ~2 min of setup overhead (dep install, validation).
This caused partition 2 to time out mid-test (
test_update_weights_from_disk_mxfp8.pywas interrupted).3 lora tests were recently added to this suite, contributing 620s (10.3 min):
test_lora_qwen3_30b_a3b_instruct_2507_logprob_diff.pytest_lora_qwen3_vl_30b_a3b_instruct_logprob_diff.pytest_lora_gpt_oss_20b_logprob_diff.pyWith 5 partitions the average drops to 23.4 min/partition, providing ~6 min of headroom.
Test plan