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

Use Arm-hosted runners #581

Merged
merged 4 commits into from
Oct 4, 2024
Merged

Use Arm-hosted runners #581

merged 4 commits into from
Oct 4, 2024

Commits on Oct 1, 2024

  1. Use Arm-hosted runners

    Documentation for these runners here https://gitlab.arm.com/tooling/gha-runner-docs
    
    Only SLEEF upstream repo is allowed to use these runners.
    
    Integrate runners via strategy.matrix.os, in order to facilitate customisation
    of step (e.g. config) based on runner label.
    blapie committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dc8df2f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Install OpenSSL since tester3 is enforced.

    New runners do not seem to come with openssl pre-installed.
    
    Also fix artifacts name for build native, and fix dependencies.
    
    Increase runner size and switch to SVE.
    blapie committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d0327d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix dependencies and adjust runners type

    Install OpenSSL since tester3 is enforced.
    
    New runners do not seem to come with openssl or cmake pre-installed.
    
    Also,
    - fix comparison for uarch specific configurations
    - fix artifacts name for build native.
    - use SVE enabled instances (c7g)
    - use larger (x->2x) instances so tests run slightly faster without
      compromising on availability.
    blapie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    273977a View commit details
    Browse the repository at this point in the history
  2. Remove aarch64 from cross build and tests (on Linux)

    And update documentation/README.
    blapie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ee78b44 View commit details
    Browse the repository at this point in the history