hydra: Increase parallel builds on the fosshost machines.

* hydra/fosshost1.scm: Increase Guix Build Coordinator agent parallel
builds to 4.
* hydra/fosshost2.scm: Likewise.
This commit is contained in:
Christopher Baines 2020-12-23 16:47:46 +00:00
parent 7bb7b0b680
commit a7dd63a801
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
(coordinator "https://coordinator.guix-patches.cbaines.net")
(uuid "b35e828a-0229-4cbc-9e41-cf78fe4116fb")
(password-file "/etc/guix-build-coordinator-agent-password")
(max-parallel-builds 2)
(max-parallel-builds 4)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls
(list "https://data.guix-patches.cbaines.net"))

View File

@ -64,7 +64,7 @@
(coordinator "https://coordinator.guix-patches.cbaines.net")
(uuid "4cf57366-6b43-487f-9ce1-863536f71186")
(password-file "/etc/guix-build-coordinator-agent-password")
(max-parallel-builds 2)
(max-parallel-builds 4)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls
(list "https://data.guix-patches.cbaines.net"))