NVIDIA / ansible-role-nvidia-driver

BSD 3-Clause "New" or "Revised" License
117 stars 67 forks source link

Add Ubuntu 22.04 to the molecule tests #65

Closed guenhter closed 2 years ago

guenhter commented 2 years ago

Solves https://github.com/NVIDIA/ansible-role-nvidia-driver/issues/63

ajdecon commented 2 years ago

The CI test is failing on Ubuntu 22.04 with the NVIDIA CUDA repository with the following message:

fatal: [ubuntu-2204-cuda]: FAILED! => {"changed": false, "msg": "No package matching 'cuda-drivers-510' is available"}

Checking the NVIDIA CUDA repos, it looks like the earliest available driver for Ubuntu 22.04 is in the R515 branch.

Based on the driver lifecycle page, R515 is listed as a production driver branch. And checking the Ubuntu repositories, it looks like there are R515 packages available for both -server and non-server branches.

Long-story short, I'd suggest you also try updating nvidia_driver_branch to 515 in this PR (or a separate one if you prefer). Assuming that checks out in CI, this should be good to merge.

Also, please sign-off your commits according to the guidance from the DeepOps repo.

guenhter commented 2 years ago

@ajdecon Thx for the feedback. Everything done. Upgraded to 515 and signed-off the commits

guenhter commented 2 years ago

@ajdecon any idea when you will merge this?

ajdecon commented 2 years ago

Apologies for the delay! This fell off my radar, but looks good. Will merge.

guenhter commented 2 years ago

Thx. Appreciate your extremely quick actions.