Skip to content

Commit 9486eb4

Browse files
pinin4fjordsclaude
andcommitted
ci: broaden GPU runner family to g5.2xlarge+g6.2xlarge
Provisioning only g5.2xlarge leaves the GPU tests exposed to spot-capacity exhaustion, surfacing as RunsOn LaunchError "unable to schedule this runner". g6.2xlarge (L4, 24 GB) matches the g5 A10G VRAM class, so RunsOn can fall back to whichever GPU capacity is available. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a6de5d6 commit 9486eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nf-test-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
nf-test-gpu:
6060
needs: [get-shards]
61-
runs-on: "runs-on=${{ github.run_id }}/family=g5.2xlarge/image=ubuntu24-gpu-x64"
61+
runs-on: "runs-on=${{ github.run_id }}/family=g5.2xlarge+g6.2xlarge/image=ubuntu24-gpu-x64"
6262
name: "GPU Test | ${{ matrix.profile }} | ${{ matrix.shard }} | ${{ matrix.NXF_VER }} | ${{ matrix.filters }}"
6363
env:
6464
NXF_VER: ${{ matrix.NXF_VER }}

0 commit comments

Comments
 (0)