Skip to content

Commit

Permalink
OPSEXP-3019 Switch to arm64 GA runners (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jan 21, 2025
1 parent 646dd1e commit 5a97151
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
with:
cache-name: ${{ inputs.galaxy_cache }}

- name: Install required tools for arm runners
uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@15e09b8065507210cb1cc33c8bc778b1fb4f289d # v8.10.0
if: contains(inputs.runner, '-arm')

- name: Run tests
env:
MOLECULE_ROLE_IMAGE: ${{ inputs.os_distribution }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,25 @@ jobs:
name: docker_enterprise
molecule_distro:
image: rockylinux/rockylinux:9.4
runner: ubuntu-latest-arm64-small
runner: ubuntu-24.04-arm
- scenario:
name: docker_enterprise
molecule_distro:
image: ubuntu:22.04
runner: ubuntu-latest-arm64-small
runner: ubuntu-24.04-arm
- scenario:
name: docker_enterprise
molecule_distro:
image: ubuntu:24.04
runner: ubuntu-latest-arm64-small
runner: ubuntu-24.04-arm

uses: ./.github/workflows/docker.yml
with:
scenario: ${{ matrix.scenario.name }}
os_distribution: ${{ matrix.molecule_distro.image }}
galaxy_cache: enterprise
dtas_version: ${{ needs.docker.outputs.dtas_version }}
dtas_additional_params: ${{ matrix.runner == 'ubuntu-latest-arm64-small' && '-k "not test_transformation"' || '' }}
dtas_additional_params: ${{ matrix.runner == 'ubuntu-24.04-arm' && '-k "not test_transformation"' || '' }}
runner: ${{ matrix.runner }}
secrets:
nexus_username: ${{ secrets.NEXUS_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 6 * * MON'
pull_request:
push:
paths:
- '.github/workflows/updatecli.yml'
- 'scripts/updatecli/**'
Expand All @@ -19,7 +19,7 @@ concurrency:

jobs:
updatecli:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
name: "${{ matrix.values-file }}"
if: github.actor != 'dependabot[bot]'
strategy:
Expand Down

0 comments on commit 5a97151

Please sign in to comment.