guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Christopher Baines
Subject: 02/02: hydra: harbourfront: Specify max-allocated-builds for the agent.
Date: Tue, 28 Feb 2023 08:29:31 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 3d6df80a64b618029cd06bb62f180af766fa53ae
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Feb 28 13:28:36 2023 +0000

    hydra: harbourfront: Specify max-allocated-builds for the agent.
    
    * hydra/harbourfront.scm <services>: Set max-allocated-builds for the
    guix build coordinator agent.
---
 hydra/harbourfront.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/harbourfront.scm b/hydra/harbourfront.scm
index f585881..2551187 100644
--- a/hydra/harbourfront.scm
+++ b/hydra/harbourfront.scm
@@ -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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]