guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: build-machines: Use four Cuirass workers.


From: Mathieu Othacehe
Subject: 01/02: hydra: build-machines: Use four Cuirass workers.
Date: Tue, 9 Feb 2021 03:29:29 -0500 (EST)

mothacehe pushed a commit to branch master
in repository maintenance.

commit a5df328e5c833ca2d28105280484626bf4c1adb1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Feb 9 09:27:55 2021 +0100

    hydra: build-machines: Use four Cuirass workers.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os): 
Use
    four Cuirass workers instead of two.
---
 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 46e4c13..461cefd 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 2)
+                      (workers 4)
                       (systems systems)))
             (service mcron-service-type
                      (mcron-configuration



reply via email to

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