Skip to content

Commit 49a2f4b

Browse files
committed
Fix GPU runner label to linux-amd64-gpu-rtxpro6000-latest-1
Use the actual runner available to this repo (RTX PRO 6000, runner group nv-gpu-amd64-rtxpro6000-1gpu) instead of the H100 label which is not shared with this repository. Made-with: Cursor
1 parent 504c872 commit 49a2f4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# GPU jobs (self-hosted NVIDIA runners)
115115
# ---------------------------------------------------------------------------
116116
gpu-tests:
117-
runs-on: linux-amd64-gpu-h100-latest-1
117+
runs-on: linux-amd64-gpu-rtxpro6000-latest-1
118118
container:
119119
image: ubuntu:22.04
120120
options: -u root --security-opt seccomp=unconfined --shm-size 16g
@@ -151,7 +151,7 @@ jobs:
151151
run: PYTHONPATH=code python3 -m unittest discover -s code/tests -p "test_*.py"
152152

153153
smoke-test-gpu:
154-
runs-on: linux-amd64-gpu-h100-latest-1
154+
runs-on: linux-amd64-gpu-rtxpro6000-latest-1
155155
needs: gpu-tests
156156
container:
157157
image: ubuntu:22.04

0 commit comments

Comments
 (0)