Skip to content

Commit

Permalink
Use ARC V2 self-hosted runners for CPU jobs (#457)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
  • Loading branch information
jjacobelli authored Mar 28, 2023
1 parent 2ca8792 commit b518fa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image-ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ on:

jobs:
build-and-publish-image:
runs-on: [self-hosted, linux, amd64, cpu4]
runs-on: linux-amd64-cpu4
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:

jobs:
build-and-publish-image:
runs-on: [self-hosted, linux, amd64, cpu4]
runs-on: linux-amd64-cpu4
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-pull-request:
name: Build pull request
# runs-on: ubuntu-20.04
runs-on: [self-hosted, linux, amd64, cpu4]
runs-on: linux-amd64-cpu4
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

extract-and-publish-packages:
name: Extract libs and publish release
runs-on: [self-hosted, linux, amd64, cpu16]
runs-on: linux-amd64-cpu16
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit b518fa7

Please sign in to comment.