test(mm-router): move new MM-router tests to post_merge#9452
Merged
Conversation
Pre-merge job already runs ~28 min — the recently-added MM-router coverage (3 qwen3-vl-2b `agg_router*` topologies in `tests/serve/test_vllm.py` and the 8 tests under `tests/mm_router/`) pushes it further without adding gating value over what the existing pre_merge smoke already catches. Shift these to post_merge so the pre-merge budget stays tight while the routing-correctness assertions keep running in CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com>
dillon-cullinan
approved these changes
May 12, 2026
nv-anants
approved these changes
May 12, 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
agg_router*qwen3-vl-2b topologies intests/serve/multimodal_profiles/vllm.pyfrompre_mergetopost_merge.pytestmarkintests/mm_router/test_router_rust_mm_router_e2e.pyandtests/mm_router/test_router_rust_mm_frontend_decode_e2e.pyfrompre_mergetopost_merge(covers 8 tests).Why
Pre-merge wall-clock grew from ~6 min to ~28 min after these were added; pre_merge already has smoke coverage of the MM-router plumbing via the existing
agg_multimodal_*topologies. The fine-grained routing-correctness assertions still run, just in post_merge.Test plan
🤖 Generated with Claude Code