-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The estimate duration of the stage includes builds which are still running.
E.g.
Build #1 where stage "Wait for CloudFront" took 15 minutes
Build #2 where stage "Wait for CloudFront" is in progress, currently around 1 minutes.
The view is estimating that the stage will take 8 minutes ((15 + 1) / 2). Obviously this is incorrect, the best estimate is actually 15 minutes, the average stage duration for all completed builds.
We can have the discussion on estimate of builds with outliers at some other point (e.g. in BlueOcean) - but excluding builds that are in-progress from the calculation makes sense to me.