|
|
|
@ -123,18 +123,18 @@ setenv =
|
|
|
|
ans{2.10,3,4,5}: ANSIBLE_STDOUT_CALLBACK=yaml
|
|
|
|
ans{2.10,3,4,5}: ANSIBLE_STDOUT_CALLBACK=yaml
|
|
|
|
# Print warning on the first occurence at each module:linenno in Mitogen. Available Python 2.7, 3.2+.
|
|
|
|
# Print warning on the first occurence at each module:linenno in Mitogen. Available Python 2.7, 3.2+.
|
|
|
|
PYTHONWARNINGS=default:::ansible_mitogen,default:::mitogen
|
|
|
|
PYTHONWARNINGS=default:::ansible_mitogen,default:::mitogen
|
|
|
|
ans{2.10,3,4,5}: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 centos6 centos8-py3 debian9 debian11 ubuntu1604 ubuntu2004
|
|
|
|
ans{2.10,3,4,5}: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 centos6 centos8-py3 debian9 debian12-py3 ubuntu1604 ubuntu2004
|
|
|
|
# Ansible 6 - 8 (ansible-core 2.13 - 2.15) require Python 2.7 or >= 3.5 on targets
|
|
|
|
# Ansible 6 - 8 (ansible-core 2.13 - 2.15) require Python 2.7 or >= 3.5 on targets
|
|
|
|
ans{6,7,8}: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 centos7 centos8-py3 debian9 debian10 debian11 ubuntu1604 ubuntu1804 ubuntu2004
|
|
|
|
ans{6,7,8}: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 centos7 centos8-py3 debian9 debian10 debian12-py3 ubuntu1604 ubuntu1804 ubuntu2004
|
|
|
|
# Ansible 9 (ansible-core 2.16) requires Python 2.7 or >= 3.6 on targets
|
|
|
|
# Ansible 9 (ansible-core 2.16) requires Python 2.7 or >= 3.6 on targets
|
|
|
|
ans9: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 centos7 centos8-py3 debian9 debian10 debian11 ubuntu1804 ubuntu2004
|
|
|
|
ans9: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 centos7 centos8-py3 debian9 debian10 debian12-py3 ubuntu1804 ubuntu2004
|
|
|
|
# Ansible 10 (ansible-core 2.17) requires Python >= 3.7 on targets
|
|
|
|
# Ansible 10 (ansible-core 2.17) requires Python >= 3.7 on targets
|
|
|
|
ans10: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian10-py3 debian11-py3 ubuntu2004-py3
|
|
|
|
ans10: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian10-py3 debian12-py3 ubuntu2004-py3
|
|
|
|
# Ansible 11 (ansible-core 2.18) requires Python >= 3.8 on targets
|
|
|
|
# Ansible 11 (ansible-core 2.18) requires Python >= 3.8 on targets
|
|
|
|
ans11: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian11-py3 ubuntu2004-py3
|
|
|
|
ans11: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian12-py3 ubuntu2004-py3
|
|
|
|
ans12: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian11-py3 ubuntu2004-py3
|
|
|
|
ans12: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian12-py3 ubuntu2004-py3
|
|
|
|
# Ansible 13 (ansible-core 2.20) requires Python >= 3.9 on targets
|
|
|
|
# Ansible 13 (ansible-core 2.20) requires Python >= 3.9 on targets
|
|
|
|
ans13: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian11-py3
|
|
|
|
ans13: MITOGEN_TEST_DISTRO_SPECS=alma9-py3 debian12-py3
|
|
|
|
m_ans: MODE=ansible
|
|
|
|
m_ans: MODE=ansible
|
|
|
|
m_ans: ANSIBLE_SKIP_TAGS=resource_intensive
|
|
|
|
m_ans: ANSIBLE_SKIP_TAGS=resource_intensive
|
|
|
|
m_ans: ANSIBLE_CALLBACK_WHITELIST=profile_tasks
|
|
|
|
m_ans: ANSIBLE_CALLBACK_WHITELIST=profile_tasks
|
|
|
|
|