Way to specify order planner for steps #3047
Replies: 5 comments 8 replies
-
Default would be |
Beta Was this translation helpful? Give feedback.
-
Looks to me lkie unecessary complexity. What usecase does this cover witch is not jet supported? |
Beta Was this translation helpful? Give feedback.
-
hmm I think witch would be addressed by #3008 |
Beta Was this translation helpful? Give feedback.
-
I think we can close this as answered as #3055 is fixed. so it's adding |
Beta Was this translation helpful? Give feedback.
-
Am I the only one who thinks the new I know it allows some more complex dependency graphs but for simple cases where the only goal is to run 3 steps out of 10 in parallel depends_on makes it quite complicated. From the docs: https://woodpecker-ci.org/docs/next/usage/workflow-syntax#depends_on
That's why you have to annotate all steps to recreate a sequential order again for the remaining steps that should not run in parallel... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My idea is to allow at pipeline level to specify:
order: sequential
ororder: parallel
and maybe oven in future also to allow to specify order as an array of step names in what to execute or implement different step order plannersBeta Was this translation helpful? Give feedback.
All reactions