-
Notifications
You must be signed in to change notification settings - Fork 1
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
We need more resources. #61
Comments
You could already configure nixbuild.net as a remote builder on your agents. I can split the concurrency configuration to allow evaluation and effects to be kept to a reasonable number while running many build tasks remotely. This will allow the build tasks to scale to very large demands. |
Thats amazing and super powerful. Would you be willing to share the configuration, and i'll give it a whirl soon. |
Configuring the nixbuild.net remote builder can be done as usual. Splitting the concurrency numbers in the configuration has to be implemented first in hercules-ci-agent. The reason for having (at least) two distinct concurrency numbers in the config is
With two numbers, both situations can be avoided simultaneously, for smooth and scalable operation. |
(and of course you could run more agents to handle the load) |
This sounds interesting and I have a question about how it would work with Hercules CI. Unless something has changed with recent versions of Nix, if you configure any remote builders on a Nix machine, and you build a derivation(s) with If you add remote builders to a machine running the Hercules CI agent, will the agent machine only perform evaluation locally and run all builds remotely? Or does the Hercules CI agent have some ability to load-balance local and remote builds? (Perhaps this is what you mean by "sub-optimal concurrency" in your earlier comment.) |
Hercules CI implementation of our Private and Public Repo's are going well.
However, like any thing that is a success, developers need more and more CI resources and 'demand' speedier builds.
https://nixbuild.net could help us, in crunch time, or a backup to our self hosted runners.
However, can herciles-ci agent work with nixbuild.net
The text was updated successfully, but these errors were encountered: