Skip to content

Use runs-on GPU runners for CI#1439

Open
dfalbel wants to merge 9 commits intomainfrom
runs-on
Open

Use runs-on GPU runners for CI#1439
dfalbel wants to merge 9 commits intomainfrom
runs-on

Conversation

@dfalbel
Copy link
Copy Markdown
Member

@dfalbel dfalbel commented Apr 15, 2026

Summary

  • Replace [self-hosted, gpu-local] runners with runs-on g4dn.xlarge (T4 GPU) instances for the test-gpu and test-cudatoolkit jobs
  • Uses the ubuntu24-gpu-x64 image which includes pre-installed NVIDIA drivers and container toolkit
  • Docker container setup (--gpus all --runtime=nvidia) is preserved

Test plan

  • Verify test-gpu job runs successfully on runs-on runner
  • Verify test-cudatoolkit job runs successfully on runs-on runner
  • Confirm GPU is accessible inside the container (nvidia-smi)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant