I am trying to break down my project build's tests into multiple steps as it cannot run all the tests in a single step due to memory limit. However, I was wondering if I could use parallel steps to run these parallel!
Does each step in a parallel set run in separate docker containers?
Hello @sayantan.roy,
Yes, as mentioned here, each step, no matter if it is parallel or not, runs a separate Docker container. If you want, you can use different types of containers for each step by selecting different images.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.