0de387ee3c
Until now if there is a nit inside any Ansible task part of tripleo-heat-templates we will need to wait until the end-to-end test imports the actual tasks to fail. This submission adds the hability to run a syntax check for any Ansible task part of any role defined by default in the resource registry. Also it will allow to reduce the CI CO2 footprint by not executing unneeded jobs meant to fail. Let's save the planet and some CI cycles. Change-Id: I6eb7c873cc9a4b7d765e745dc260475bff7b268a
13 lines
504 B
Plaintext
13 lines
504 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
yaql>=1.1.3 # Apache 2.0 License
|
|
ansible>=2.8.6 # GPL
|
|
ansible-runner>=1.4.2 # Apache
|
|
ansi2html>=1.5.2 # GPL (soft-dependency of pytest-html)
|
|
pytest>=5.2.2 # MIT
|
|
pytest-ansible-playbook-runner>=0.0.2 # Apache-2.0
|
|
pytest-cov>=2.8.1 # MIT
|
|
pytest-html>=1.22.0 # MPL 2.0
|
|
pytest-xdist>=1.30.0 # MIT
|