guix-commits
[Top][All Lists]
Advanced

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

08/08: hydra: Add configuration for 192G RAM nodes.


From: Ricardo Wurmus
Subject: 08/08: hydra: Add configuration for 192G RAM nodes.
Date: Sun, 19 Jan 2020 05:12:11 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit f34f611d9d7ede92cb2b4631bf00c1abb8bfa812
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Jan 19 11:09:55 2020 +0100

    hydra: Add configuration for 192G RAM nodes.
    
    * hydra/machines-for-berlin.scm (template-x86_64): Add case for 192G
    RAM machines; remove case for disabled big node.
---
 hydra/machines-for-berlin.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 02b0279..75ef03a 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -193,16 +193,14 @@
       (speed 3)                                   ;don't increase it too much
                                                   ;or everything goes there
       (parallel-builds 16)))
-
-    ;; Prefer building on the big node.
-    (("141.80.167.132" key _)
+    ((name key 192)
      (build-machine
-      (name "141.80.167.132")
+      (name name)
       (user "hydra")
       (system "x86_64-linux")
       (host-key key)
       (compression "no")
-      (speed 2.2)                                 ;don't increase it too much
+      (speed 3)                                   ;don't increase it too much
                                                   ;or everything goes there
       (parallel-builds 16)))
     ((ip key 16)



reply via email to

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