Skip to content

(Parallel) testing of multi-role repositories #3175

Answered by greg-hellings
tumbl3w33d asked this question in Q&A
Discussion options

You must be logged in to vote

You might want to check out https://github.com/ansible-community/tox-ansible - a plugin for Tox which allows you to not only run tests in parallel and auto-discover them, but also list out the auto-discovered scenarios, run them with multiple Ansible and Python versions, and several other nice-to-haves (also finds and runs ansible-test content in addition to molecule content).

Basically, molecule doesn't natively support parallel execution because there are better tools out there that already handle that (like tox) and anyone using Molecule for CI structures should devolve that portion into the CI fan out/fan in pipeline.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tumbl3w33d
Comment options

Answer selected by tumbl3w33d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants