-
- Downloads
CI: Test modules against different Ansible versions.
Currently, upstream CI test documentation against different Ansible versions, but playbook tests are only executed with Ansible 2.9 series. This patch add support for running playbook tests against Ansible 2.9, ansible-core 2.11, and against latest version of Ansible. As running all the tests for every PR would take too long, the tests for every PR use only Anisble 2.9, and are executed on Fedora-latest and CentOS 7 and 8. A new pipeline for nightly tests was added, which runs the tests in the same distros, using Ansible 2.9, latest and Ansible-core 2.11.
Showing
- molecule/resources/playbooks/prepare-common.yml 4 additions, 4 deletionsmolecule/resources/playbooks/prepare-common.yml
- molecule/resources/playbooks/prepare.yml 2 additions, 2 deletionsmolecule/resources/playbooks/prepare.yml
- requirements-tests.txt 0 additions, 1 deletionrequirements-tests.txt
- tests/azure/azure-pipelines.yml 16 additions, 18 deletionstests/azure/azure-pipelines.yml
- tests/azure/nightly.yml 102 additions, 0 deletionstests/azure/nightly.yml
- tests/azure/templates/group_tests.yml 6 additions, 0 deletionstests/azure/templates/group_tests.yml
- tests/azure/templates/playbook_tests.yml 3 additions, 3 deletionstests/azure/templates/playbook_tests.yml
- tests/azure/templates/pytest_tests.yml 12 additions, 12 deletionstests/azure/templates/pytest_tests.yml
tests/azure/nightly.yml
0 → 100644
Please register or sign in to comment