Skip to content

Commit

Permalink
Use ARC V2 self-hosted runners for GPU jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
  • Loading branch information
jjacobelli committed Apr 13, 2023
1 parent a09d462 commit bc897ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
test:
name: Test
needs: [build]
runs-on: [self-hosted, linux, amd64, gpu-v100-525-1]
runs-on: linux-amd64-gpu-v100-latest-1
timeout-minutes: 60
container:
credentials:
Expand Down

0 comments on commit bc897ad

Please sign in to comment.