Replies: 1 comment
-
I guess one way to do this is to create different scenarios for If you only want to run/test |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following use case where I want to test an ansible role using docker with these
conditions:
Platforms are operating systems, mainly platforms defined in molecule.yml file but
release
is mainly a variable that is passed to the role. As you can see there is no NxM matrix as some options are not supported.Thre are few questions we need to answer while documenting this use case:
buildargs
an option that is not documented.molecule list
I would assume that molecule terminology would beinstance
but this may even more confusing for people that can have multiple machines/instances used as a normal testing approach (like one instance with one web service and one with a database).PS. I know that this ticket may spin-off several bugs or feature requests, which is ok. This is why I asked to document a recommended solution for the described use case. In time we could update it based on new molecule features.
Beta Was this translation helpful? Give feedback.
All reactions