Skip to content

Commit

Permalink
i#1569: Update Arm hosted GitHub Action Runner labels
Browse files Browse the repository at this point in the history
These labels point to a set of Arm AWS instances which are scalable
and will get better support over the long-term.

Issue: #1569
  • Loading branch information
AssadHashmi committed Nov 27, 2024
1 parent 55c707a commit 9f39efc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-aarchxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ jobs:
strategy:
fail-fast: false
matrix:
# This job will run in parallel.
# This job will run in parallel. The OS names are Runner labels taken
# from https://gitlab.arm.com/tooling/gha-runner-docs
include:
- os: ubuntu-20-arm64-pre-sve
- os: ah-ubuntu_22_04-c6g_4x-50 # Graviton 2, 16 cores, 32G RAM
sve: false
- os: ubuntu-20-arm64-sve
- os: ah-ubuntu_22_04-c7g_4x-50 # Graviton 3, 16 cores, 32G RAM
sve: true
sve_length: 256
- os: ubuntu-20-arm64-sve
- os: ah-ubuntu_22_04-c7g_4x-50
sve: true
sve_length: 128
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9f39efc

Please sign in to comment.