Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Test only with ansible 2.12 and devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Apr 1, 2022
1 parent cfd501e commit 907bf87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
include:
- tox_env: lint
# - tox_env: docs
- tox_env: py38-ansible211
- tox_env: py38-ansible212
PREFIX: PYTEST_REQPASS=5
- tox_env: py39-ansible211
- tox_env: py39-ansible212
PREFIX: PYTEST_REQPASS=5
- tox_env: py39-devel-ansible211
- tox_env: py39-devel
PREFIX: PYTEST_REQPASS=5
- tox_env: packaging

Expand Down
18 changes: 7 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ envlist =
lint
docs
packaging
py{36,37,38,39}-{ansible29,ansible210,ansible211}
py{36,37,38,39}-{devel}-{ansible29,ansible210,ansible211}
py{38,39}-{ansible212,devel}

requires =
virtualenv >= 20.2.1
pip >= 20.3b1
virtualenv >= 20.14.0
pip >= 22.0.4
# do not enable skip missing to avoid CI false positives
skip_missing_interpreters = False
isolated_build = True
Expand All @@ -34,18 +33,15 @@ setenv =
# enabling pipelineing as it was known to break podman module in order
# versions, added here as a safety measure to prevent regression.
ANSIBLE_PIPELINING=1
ansible29: ANSIBLE_PIPELINING=0
PYTHONDONTWRITEBYTECODE=1
PYTHONUNBUFFERED=1
# new resolve a must or test extras will not install right
MOLECULE_NO_LOG=0
deps =
py{36,37,38,39}-{!devel}: molecule[test]>=3.4.0
py{36,37,38,39}-{devel}: git+https://github.com/ansible-community/molecule.git@main#egg=molecule[test]
ansible29: ansible>=2.9.25,<2.10.0
ansible210: ansible-base>=2.10.13,<2.11.0
ansible211: ansible-core>=2.11.4,<2.12.0
dockerfile: ansible>=2.9.12
py{38,39}-{!devel}: molecule[test]>=3.5.0
py{38,39}-{devel}: git+https://github.com/ansible-community/molecule.git@main#egg=molecule[test]
ansible212: ansible-core>=2.12.4,<2.13.0
dockerfile: ansible-core>=2.12.4
selinux
commands =
# this should mention oldest version we find acceptable for runtime
Expand Down

0 comments on commit 907bf87

Please sign in to comment.