You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only minor issue I see left is that the parallel branch A seems to inherit the timing info from branch B when B finally completes. Branch A should take roughly 15s because it contains a sleep 15 step, while Branch B should take roughly 30s because it contains a sleep 30 step. The timing info of all the stages within both branches is correct.
I appreciate all of your hard work on these issues! The console view is amazing now 👍
Yes this was broken in blue ocean too - it would be lovely to get this right otherwise it's very difficult to analyse which parallel branch takes the longest after the fact because they all show the same time.
The only minor issue I see left is that the parallel branch
A
seems to inherit the timing info from branchB
whenB
finally completes. BranchA
should take roughly 15s because it contains asleep 15
step, while BranchB
should take roughly 30s because it contains asleep 30
step. The timing info of all the stages within both branches is correct.I appreciate all of your hard work on these issues! The console view is amazing now 👍
Originally posted by @stuartrowe in #362 (comment)
The text was updated successfully, but these errors were encountered: