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

Show executing tasks info #517

Open
fkorotkov opened this issue Feb 18, 2023 · 0 comments
Open

Show executing tasks info #517

fkorotkov opened this issue Feb 18, 2023 · 0 comments
Assignees

Comments

@fkorotkov
Copy link
Contributor

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.

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