Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel branch times are wrong (time of longest branch) #368

Open
timbrown5 opened this issue Mar 17, 2024 · 1 comment
Open

Parallel branch times are wrong (time of longest branch) #368

timbrown5 opened this issue Mar 17, 2024 · 1 comment

Comments

@timbrown5
Copy link
Contributor

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 👍

image

Originally posted by @stuartrowe in #362 (comment)

@sparrowt
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants