taskcluster / community-tc-config

Configuration for Taskcluster at https://community-tc.services.mozilla.com/
Mozilla Public License 2.0
11 stars 33 forks source link

New taskcluster Windows GPU pool in Azure #741

Closed petemoore closed 3 weeks ago

petemoore commented 3 weeks ago

This updates the images to the latest ones built, and adds a new Windows Server 2022 image set and proj-taskcluster worker pool to use it. The image set is in Azure, is essentially the same as the existing Windows 2022 image set, but additionally has an NVIDIA GPU driver installed. Note, the bootstrap script is shared between the Windows 2022 image sets, and at runtime the script determines if an NVIDIA GPU is present, and installs the driver if one is. This helps to avoid copy/paste between powershell scripts, so that we still only have a single powershell script for bootstrapping our Windows workers.