[RELOPS-2218] Add NVIDIA A10 GPU driver test for win11-64-25h2#729
Merged
[RELOPS-2218] Add NVIDIA A10 GPU driver test for win11-64-25h2#729
Conversation
win11-64-25h2 workers use Standard_NV12ads_A10_v5 (NVIDIA A10) which requires GRID 553.62, not the 538.15 driver used by 24H2 M60 workers. - Add gpu_drivers_a10.tests.ps1 checking windows.gpu_a10.name (553.62) - Replace gpu_drivers.tests.ps1 with gpu_drivers_a10.tests.ps1 in win11-64-25h2.yaml
markcor
approved these changes
Feb 24, 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_a10.tests.ps1verifying the GRID 553.62 driver exe is downloaded for NVIDIA A10 workersgpu_drivers.tests.ps1withgpu_drivers_a10.tests.ps1inconfig/win11-64-25h2.yamlWin11 25H2 GPU workers run on
Standard_NV12ads_A10_v5(NVIDIA A10, GRID 553.62). The existinggpu_drivers.tests.ps1checks forwindows.gpu.name(the M60/538.15 driver). The new test checkswindows.gpu_a10.name(553.62), matching the driver thatwin116425h2azurepuppet role now downloads.Companion ronin_puppet PR: mozilla-platform-ops/ronin_puppet#1079
Jira: RELOPS-2218
Test plan
win11-64-25h2image and confirmgpu_drivers_a10.tests.ps1passes (553.62 exe present inC:\Windows\Temp\)win11-64-24h2image build is unaffected (still usesgpu_drivers.tests.ps1)🤖 Generated with Claude Code