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

Be able to estimate job build time #44

Open
expipiplus1 opened this issue Apr 27, 2017 · 3 comments
Open

Be able to estimate job build time #44

expipiplus1 opened this issue Apr 27, 2017 · 3 comments
Milestone

Comments

@expipiplus1
Copy link
Contributor

It would be super to be able to estimate job build time. This might enable us to do some clever load balancing.

http://www.cs.uccs.edu/~xzhou/teaching/CS551/Projects/HeavyTailedTaskAssignment_JACM02.pdf

@domenkozar domenkozar added this to the post 1.0 milestone Apr 28, 2017
@domenkozar
Copy link
Contributor

That's really hard to do if you share resources between builds (parallel building).

@expipiplus1
Copy link
Contributor Author

yeah, perhaps there would have to be some measure of how loaded the machine is, or we could measure cpu time.

@domenkozar
Copy link
Contributor

We could monitor the chroot resources for a build and based on that usage estimate it's share. But that sounds like voodoo :)

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