guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: bayfront: Increase parallelism in build coordinator agent.


From: Andreas Enge
Subject: 02/03: hydra: bayfront: Increase parallelism in build coordinator agent.
Date: Fri, 10 Feb 2023 08:59:13 -0500 (EST)

andreas pushed a commit to branch master
in repository maintenance.

commit 61144c66d8096db618201bbc37fa4c63ba69fe42
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Feb 10 14:26:05 2023 +0100

    hydra: bayfront: Increase parallelism in build coordinator agent.
    
    * hydra/bayfront.scm (guix-build-coordinator-agent-service-type): Allow up
    to 3 parallel builds and a load of 24.
---
 hydra/bayfront.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 13efe0f..bd3283d 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1,6 +1,6 @@
 ;; OS configuration for bayfront
 ;; Copyright © 2016-2023 Ludovic Courtès <ludo@gnu.org>
-;; Copyright © 2016, 2017, 2018, 2019, 2020 Andreas Enge <andreas@enge.fr>
+;; Copyright © 2016, 2017, 2018, 2019, 2020, 2023 Andreas Enge 
<andreas@enge.fr>
 ;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
 ;; Copyright © 2020, 2021 Christopher Baines <mail@cbaines.net>
@@ -1258,8 +1258,8 @@ add_header Content-Type text/plain;")))
                 (uuid "0c973ac8-4e62-4889-87b4-31c9536641db")
                 (password-file
                  "/etc/guix-build-coordinator-agent-password")))
-              (max-parallel-builds 1)
-              (max-1min-load-average 8)
+              (max-parallel-builds 3)
+              (max-1min-load-average 24)
               (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]