[TRTLLM-12137][chore] Drop non-key-model (starcoder2/mllama/nemotron) cases from L0#13315
Merged
QiJune merged 2 commits intoNVIDIA:mainNVIDIA/TensorRT-LLM:mainfrom Apr 22, 2026
Merged
[TRTLLM-12137][chore] Drop non-key-model (starcoder2/mllama/nemotron) cases from L0#13315QiJune merged 2 commits intoNVIDIA:mainNVIDIA/TensorRT-LLM:mainfrom
QiJune merged 2 commits intoNVIDIA:mainNVIDIA/TensorRT-LLM:mainfrom
Conversation
Contributor
📝 WalkthroughWalkthroughMultiple test configuration YAML files are modified to remove specific PyTorch modeling test selections across different GPU configurations, with one file also updating model selection comments and removing additional accuracy tests. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Collaborator
Author
|
/bot run |
Collaborator
|
PR_Github #44869 [ run ] triggered by Bot. Commit: |
…ists Signed-off-by: junq <22017000+QiJune@users.noreply.github.com>
Signed-off-by: junq <22017000+QiJune@users.noreply.github.com>
Collaborator
Author
|
/bot skip --comment "trivial changes" |
Collaborator
|
PR_Github #44967 [ skip ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #44967 [ skip ] completed with state |
ziyixiong-nv
pushed a commit
to ziyixiong-nv/TensorRT-LLM
that referenced
this pull request
Apr 24, 2026
… cases from L0 (NVIDIA#13315) Signed-off-by: junq <22017000+QiJune@users.noreply.github.com>
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
Remove 6 redundant test cases from L0 test lists to reduce CI queue time. These tests cover older/less-critical models (Starcoder2, MLlama, Nemotron) whose coverage is already provided by downstream accuracy tests or is no longer a key model target for the corresponding platform.
Deleted tests
unittest/_torch/modeling -k "modeling_starcoder2"l0_a30.ymlunittest/_torch/modeling -k "modeling_mllama"l0_gb202.yml,l0_l40s.yml,l0_rtx_pro_6000.ymlunittest/_torch/modeling -k "modeling_nemotron"l0_h100.ymlaccuracy/test_llm_api_pytorch.py::TestStarcoder2_3B::test_auto_dtypel0_h100.ymlaccuracy/test_llm_api_pytorch.py::TestStarcoder2_7B::test_auto_dtypel0_h100.ymlaccuracy/test_llm_api_pytorch.py::TestStarcoder2_15B::test_auto_dtypel0_h100.ymlCI time savings
Average per-run duration measured from OpenSearch CI data over the
past 7 days
(2026-04-15 → 2026-04-22).
Unit tests (run on every PR via
L0_MergeRequest_PR)modeling_starcoder2modeling_mllamamodeling_nemotronAccuracy tests (run on
L0_PostMergeonly)TestStarcoder2_3B::test_auto_dtypeTestStarcoder2_7B::test_auto_dtypeTestStarcoder2_15B::test_auto_dtypeEstimated savings
L0_MergeRequest_PR):243 + 481×3 + 935 ≈ 2621 s ≈ 37 minsaved across A30 / GB202 / L40S / RTX Pro 6000 / H100 parallel stages.97.8 + 224.2 + 183.0 ≈ 8.4 minsaved.Summary by CodeRabbit
Description
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.