2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: harbourfront: Specify max-allocated-builds for the agent.

* hydra/harbourfront.scm <services>: Set max-allocated-builds for the
guix build coordinator agent.
This commit is contained in:
Christopher Baines 2023-02-28 13:28:36 +00:00
parent 3f999da468
commit 3d6df80a64
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -91,6 +91,7 @@
"/etc/guix-build-coordinator-agent-password")))
(max-parallel-builds 8)
(max-1min-load-average 8)
(max-allocated-builds 48)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls
(list "https://data.guix.gnu.org"