Skip to content

Commit

Permalink
Merge pull request #306 from ceph/mergify/bp/pacific/pr-302
Browse files Browse the repository at this point in the history
tox: remove CentOS 8 from the available testing scenarios (backport #302)
  • Loading branch information
asm0deuz authored Jun 25, 2024
2 parents cd25147 + af0a857 commit 9b18a7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
flake8,mypy,unittests
{el8,el9}-{functional}
{el9}-{functional}
skipsdist = True

[testenv:mypy]
Expand All @@ -27,7 +27,7 @@ setenv=
PYTHONPATH = {env:PYTHONPATH:}:{toxinidir}/library:{toxinidir}/module_utils:{toxinidir}/tests/library
commands = py.test -vvv -n=auto {toxinidir}/tests/library/ {toxinidir}/tests/module_utils

[testenv:{el8,el9}-functional]
[testenv:{el9}-functional]
allowlist_externals =
vagrant
bash
Expand All @@ -36,7 +36,6 @@ passenv=*
sitepackages=True
setenv=
# Set the vagrant box image to use
el8: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
el9: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
ANSIBLE_CONFIG = {toxinidir}/ansible.cfg
Expand Down

0 comments on commit 9b18a7b

Please sign in to comment.