ci: switch to nvidia runner for gpu dependent jobs#277
Closed
tlovell-sxt wants to merge 2 commits into
Closed
Conversation
The current runner for the gpu jobs is self-hosted and has gone unmaintained for some time. Now, github provides some larger runners with GPUs that we can use instead for easier maintenance. This PR attempts to use them.
38bcd18 to
90742ab
Compare
The generic nvidia runner does not have nix installed by default. This adds a step to install it using a cachix action (single-user).
90742ab to
7850bf1
Compare
fidelcanojr
approved these changes
May 29, 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.
Rationale for this change
The current runner for the gpu jobs is self-hosted and has gone unmaintained for some time. Now, github provides some larger runners with GPUs that we can use instead for easier maintenance. This PR attempts to use them.
What changes are included in this PR?
Any job previously using the public blitzar runner now uses
nvidia-nc4as-t4.Are these changes tested?
They will be tested by a successful CI run on this PR.