guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: berlin: Reduce parallel-builds on x86_64 offloading target


From: Marius Bakke
Subject: 02/02: hydra: berlin: Reduce parallel-builds on x86_64 offloading targets.
Date: Sun, 18 Oct 2020 16:56:13 -0400 (EDT)

mbakke pushed a commit to branch master
in repository maintenance.

commit b48b10a4c18b671e9bb1c2da7a8c15ae09f0e2aa
Author: Marius Bakke <marius@devup.no>
AuthorDate: Sun Oct 18 22:54:03 2020 +0200

    hydra: berlin: Reduce parallel-builds on x86_64 offloading targets.
    
    * hydra/machines-for-berlin.scm (template-x86_64): Set PARALLEL-BUILDS
    to match the nodes' max-jobs setting.
---
 hydra/machines-for-berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index ff5ffeb..53e1d83 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -138,7 +138,7 @@
       (compression "no")
       (speed 3)                                   ;don't increase it too much
                                         ;or everything goes there
-      (parallel-builds 16)))
+      (parallel-builds 4)))
     ((name key 192)
      (build-machine
       (name name)
@@ -148,7 +148,7 @@
       (compression "no")
       (speed 3)                                   ;don't increase it too much
                                         ;or everything goes there
-      (parallel-builds 16)))
+      (parallel-builds 4)))
     ((ip key ram)
      (build-machine
       (name ip)



reply via email to

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