[RELOPS-2218] Add NVIDIA A10 GPU driver support for win11-25h2-gpu workers#1079
Merged
[RELOPS-2218] Add NVIDIA A10 GPU driver support for win11-25h2-gpu workers#1079
Conversation
…rkers The Standard_NV12s_v3 (NVIDIA Tesla M60) retires September 30, 2026. win11-25h2 GPU workers will run on Standard_NV12ads_A10_v5 (NVIDIA A10), which requires GRID 553.62 rather than the 538.15 drivers used by 24H2. - Add gpu_drivers_a10 profile using windows.gpu_a10.* Hiera keys - Update win116425h2azure role to use gpu_drivers_a10 instead of gpu_drivers - Add windows.gpu_a10 keys to data/os/Windows.yaml (GRID 553.62 / vGPU 17.5) The existing gpu_drivers profile and win116424h2azure role are unchanged.
2 tasks
rcurranmoz
approved these changes
Feb 25, 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
gpu_drivers_a10profile for the NVIDIA A10 GPU (GRID 553.62 / vGPU 17.5) used byStandard_NV12ads_A10_v5workerswin116425h2azurerole to usegpu_drivers_a10instead ofgpu_driverswindows.gpu_a10.*Hiera keys indata/os/Windows.yamlThe
Standard_NV12s_v3(NVIDIA Tesla M60) retires September 30, 2026. Win11 25H2 GPU workers will useStandard_NV12ads_A10_v5(1/3 NVIDIA A10, 8 GB VRAM), which requires a different GRID driver. A separate profile keeps the A10 config isolated so 24H2 workers are not affected —win116424h2azureandgpu_driversare unchanged.The 553.62 driver exe is already present in
roninpuppetassets/binaries.Jira: RELOPS-2218
Test plan
win116424h2azureworkers still applygpu_drivers(M60, 538.15) without changewin116425h2azureGPU workers applygpu_drivers_a10(A10, 553.62) on image buildcustom_win_gpufact gates driver install on non-GPU 25H2 workers🤖 Generated with Claude Code