Skip to content

Commit

Permalink
gha: restore testing piplines (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 4, 2024
1 parent eeac6e9 commit 8a679fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
# python versions, regardless the tox pyXY name.
other_names: |
lint-docs-sanity:tox -e lint;tox -e docs;tox -e py39-sanity-ansible2.15;tox -e py310-sanity-ansible2.16;tox -e py311-sanity-ansible2.17
py39:tox -e py39-unit;tox -e py39-integration;tox -e coverage
py310:tox -e py310-unit; tox -e py310-integration;tox -e coverage
py311:tox -e py311-unit; tox -e py311-integration;tox -e coverage
py312:tox -e py312-unit; tox -e py312-integration;tox -e coverage
py39-macos:tox -e py39-unit;tox -e py39-integration;tox -e coverage
py312-macos:tox -e py312-unit;tox -e py312-integration;tox -e coverage
py311-linux-arm64:tox -e py312-unit;tox -e py312-integration;tox -e coverage
staging: tox -e py311-staging
# ^ 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"
Expand Down

0 comments on commit 8a679fe

Please sign in to comment.