From 8a679fed5c83076bcfe4e5997028fd3b01e9815b Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 4 Sep 2024 12:59:04 +0100 Subject: [PATCH] gha: restore testing piplines (#302) --- .github/workflows/tox.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index f67ef3ff..f7e464d5 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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"