Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#1569: Update Arm hosted GitHub Action Runner labels #7099

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading