Skip to content

Commit

Permalink
Enable testing with an arm64 linux runner (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 13, 2024
1 parent 960a3da commit 5a3f586
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
py312:tox -e py312-sanity;tox -e py312-unit; tox -e py312-integration
py39-macos:tox -e py39-sanity;tox -e py39-unit; tox -e py39-integration
py312-macos:tox -e py312-sanity;tox -e py312-unit; tox -e py312-integration
platforms: linux,macos
py311-linux-arm64:tox -e py312-sanity;tox -e py312-unit; tox -e py312-integration
# ^ arm64 runner is using py311 for matching python version used in AAP 2.5
platforms: linux,macos,linux-arm64:ubuntu-24.04-arm64-2core
skip_explode: "1"
build:
name: ${{ matrix.name }}
Expand All @@ -59,12 +61,6 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
# max-parallel: 5
# The matrix testing goal is to cover the *most likely* environments
# which are expected to be used by users in production. Avoid adding a
# combination unless there are good reasons to test it, like having
# proof that we failed to catch a bug by not running it. Using
# distribution should be preferred instead of custom builds.
steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a3f586

Please sign in to comment.