[https://nvbugs/6245279][fix] AutoDeploy: Unwaive accuracy tests#15214
Conversation
…racy test Signed-off-by: Gal Hubara Agam <96368689+galagam@users.noreply.github.com>
📝 WalkthroughWalkthroughThis PR removes a single waived test entry from the integration test waives list. The removed entry previously exempted ChangesTest Waiver Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 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 |
Signed-off-by: Gal Hubara-Agam <96368689+galagam@users.noreply.github.com>
|
/bot run --post-merge |
|
PR_Github #53288 [ run ] triggered by Bot. Commit: |
|
PR_Github #53288 [ run ] completed with state |
|
/bot run --stage-list "DGX_B200-8_GPUs-AutoDeploy-Post-Merge-1" |
|
PR_Github #53309 [ run ] triggered by Bot. Commit: |
|
PR_Github #53309 [ run ] completed with state |
|
/bot reuse-pipeline --comment "full bot run passed, ran another partial pipeline (which also passed) that invalidated the status" |
|
PR_Github #53314 [ reuse-pipeline ] triggered by Bot. Commit: |
|
PR_Github #53314 [ reuse-pipeline ] completed with state |
Description
Unwaive accuracy/test_llm_api_autodeploy.py::TestModelRegistryAccuracy::test_autodeploy_from_registry[nvidia_Llama-3.1-8B-Instruct-NVFP4-True] which was fixed by #14917 and #14795.
Unwaive four tests that were all already fixed and unwaived in the last couple of days and accidentally re-waived in a bad rebase #14971.
Test Coverage
Run all unwaived tests
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)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.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.Summary by CodeRabbit