Skip to content

Commit

Permalink
Use ARC V2 self-hosted runners for GPU jobs (#315)
Browse files Browse the repository at this point in the history
This PR is updating the runner labels to use ARC V2 self-hosted runners for GPU jobs. This is needed to resolve the auto-scalling issues.

Authors:
  - Jordan Jacobelli (https://github.com/jjacobelli)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #315
  • Loading branch information
jjacobelli authored Apr 17, 2023
1 parent b207fd6 commit 92aa21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
test:
name: Test
needs: [build]
runs-on: [self-hosted, linux, amd64, gpu-v100-latest-1]
runs-on: linux-amd64-gpu-v100-latest-1
timeout-minutes: 60
container:
credentials:
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:

codecov:
name: Code Coverage
runs-on: [self-hosted, linux, amd64, gpu-v100-latest-1]
runs-on: linux-amd64-gpu-v100-latest-1
timeout-minutes: 60
container:
credentials:
Expand Down

0 comments on commit 92aa21a

Please sign in to comment.