MAI: Remove AddNVIDIATools migrator - #6493
Merged
Merged
Conversation
carterbox
commented
Aug 13, 2026
Comment on lines
91
to
+94
| ADD_NVIDIA_TOOLS = "AddNVIDIATools" | ||
| """ | ||
| This migrator is no longer present in the codebase but still appears in the graph. | ||
| """ |
Member
Author
There was a problem hiding this comment.
I believe these are the necessary updates to the pydantic model?
carterbox
marked this pull request as ready for review
August 13, 2026 18:21
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (66.66%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6493 +/- ##
==========================================
+ Coverage 80.88% 80.92% +0.03%
==========================================
Files 146 144 -2
Lines 17633 17508 -125
==========================================
- Hits 14263 14168 -95
+ Misses 3370 3340 -30 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
beckermr
approved these changes
Aug 13, 2026
beckermr
enabled auto-merge
August 13, 2026 19:22
beckermr
disabled auto-merge
August 13, 2026 19:54
beckermr
enabled auto-merge
August 13, 2026 20:17
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 13, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 13, 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.
Description:
Removes the AddNVIDIAToolks migrator which is no longer needed.
Checklist:
Cross-refs, links to issues, etc:
Closes #6488
Reverts #3883