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
In 5f21f16 a new filed was added on a Build object. executingTasks implementation is very fast and basically no-op for builds that have finished.
Problem right now is that when you filter out on running build on the home page, it's still hard to reason about resources that are used by the tasks. What we can do instead is to accumulate all the instanceResources of all the executingTasks probably grouped by instancePlatform and instanceArchitecture and show it next to the builds.
The text was updated successfully, but these errors were encountered:
In 5f21f16 a new filed was added on a Build object.
executingTasks
implementation is very fast and basically no-op for builds that have finished.Problem right now is that when you filter out on running build on the home page, it's still hard to reason about resources that are used by the tasks. What we can do instead is to accumulate all the
instanceResources
of all theexecutingTasks
probably grouped byinstancePlatform
andinstanceArchitecture
and show it next to the builds.The text was updated successfully, but these errors were encountered: