We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
That's really hard to do if you share resources between builds (parallel building).
Sorry, something went wrong.
yeah, perhaps there would have to be some measure of how loaded the machine is, or we could measure cpu time.
We could monitor the chroot resources for a build and based on that usage estimate it's share. But that sounds like voodoo :)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: