guix-commits
[Top][All Lists]
Advanced

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

03/03: hydra: berlin: Make the big node less "fast".


From: Ludovic Courtès
Subject: 03/03: hydra: berlin: Make the big node less "fast".
Date: Thu, 26 Apr 2018 17:03:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 2656f2eecb689b43b8971c4d9f8789a2161d3247
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 26 23:01:48 2018 +0200

    hydra: berlin: Make the big node less "fast".
    
    * hydra/machines-for-berlin.scm (template-x86_64): Reduce the 'speed' of
    the big node.
---
 hydra/machines-for-berlin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 32c02b2..75b34a2 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -65,7 +65,8 @@
       (system "x86_64-linux")
       (host-key key)
       (compression "no")
-      (speed 16)
+      (speed 2.2)                                 ;don't increase it too much
+                                                  ;or everything goes there
       (parallel-builds 16)))
     ((ip key)
      (build-machine



reply via email to

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