Do we have any way to run parallel steps inside a stage?
This is not about parallel stages, but parallel steps in a single stage.
Expected: steps in red square to be run in parallel, to reduce build time in a single stage.
Hi @Phong Khưu and welcome to the community.
Parallel steps in a stage are indeed not supported at the moment. The limitations of stages are listed on this page:
We have a feature request to provide support for this:
Please make sure you add your vote to that feature request (by selecting the link Vote for this issue) to express your interest. You are more than welcome to leave feedback, and you can also add yourself as a watcher (by selecting the link Start watching this issue) if you'd like to be notified via email on updates.
Implementation of features is done as per our policy here and any updates will be posted in the feature request.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
parallel only available when parent in default, branches, pull-requests, tags, and custom
Currently it's not available when parent is a stage
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.