guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: build-machines: Use max-jobs as the number of Cuirass work


From: Ludovic Courtès
Subject: 01/02: hydra: build-machines: Use max-jobs as the number of Cuirass workers.
Date: Sat, 10 Jul 2021 17:20:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit c21bd42d4395db6962b70fff794d4bab2606a0b5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jul 10 23:18:05 2021 +0200

    hydra: build-machines: Use max-jobs as the number of Cuirass workers.
    
    That makes it consistent with the guix-daemon settings.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    Use MAX-JOBS as the number of Cuirass workers.
---
 hydra/modules/sysadmin/build-machines.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index ce88657..2338abf 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -237,7 +237,7 @@ are 10022 and 15900.  Keep secret-service port local."
                      (avahi-configuration (debug? #t)))
             (service cuirass-remote-worker-service-type
                      (cuirass-remote-worker-configuration
-                      (workers 4)
+                      (workers max-jobs)
                       (systems systems)))
             (service mcron-service-type
                      (mcron-configuration



reply via email to

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