Skip to content

Commit

Permalink
Use ARC V2 self-hosted runners for CPU jobs (#806)
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 CPU jobs only. This is needed to resolve the auto-scalling issues.

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

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #806
  • Loading branch information
jjacobelli authored Apr 3, 2023
1 parent 86618ad commit 7d4259a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
check:
if: ${{ inputs.run_check }}
name: Check
runs-on: [self-hosted, linux, amd64, cpu4]
runs-on: linux-amd64-cpu4
timeout-minutes: 60
container:
credentials:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

build:
name: Build
runs-on: [self-hosted, linux, amd64, cpu16]
runs-on: linux-amd64-cpu16
timeout-minutes: 60
container:
credentials:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
documentation:
name: Documentation
needs: [build]
runs-on: [self-hosted, linux, amd64, cpu4]
runs-on: linux-amd64-cpu4
timeout-minutes: 60
container:
credentials:
Expand Down

0 comments on commit 7d4259a

Please sign in to comment.