Add MIG (Multi-Instance GPU) support validation for Ubuntu 24.04#7198
Closed
Add MIG (Multi-Instance GPU) support validation for Ubuntu 24.04#7198
Conversation
- Add gpuCountExpected parameter to ValidateNodeAdvertisesGPUResources() to validate exact GPU count instead of just checking > 0 - Add gpuCount parameter to ValidateGPUWorkloadSchedulable() to make GPU resource request configurable - Update all test callers to pass expected GPU count of 1 - Improve logging to show actual vs expected GPU counts for better debugging Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
- Add Test_Ubuntu2404_NvidiaDevicePluginRunning_MIG to validate MIG functionality - Configure test with Standard_NC24ads_A100_v4 VM size and MIG2g instance profile - Add ValidateMIGModeEnabled validator to check MIG mode is enabled via nvidia-smi - Add ValidateMIGInstancesCreated validator to verify MIG instances are properly created - Test validates device plugin, DCGM exporter, and GPU resource scheduling with MIG Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
61ba7e7 to
46d14b5
Compare
Member
Author
|
Dependent on #7201 |
Member
Author
|
Closing this in favor of #7201 |
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.
What type of PR is this?
/kind test
What this PR does / why we need it:
This commit adds comprehensive testing for NVIDIA MIG functionality on Ubuntu 24.04 nodes with managed GPU experience: