guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra/machines-for-berlin: Add some new servers.


From: Ricardo Wurmus
Subject: 02/03: hydra/machines-for-berlin: Add some new servers.
Date: Mon, 23 Dec 2019 16:40:29 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 2588c5c6fffea7ef12dba4e8b5a67ac0241841e4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 23 22:35:41 2019 +0100

    hydra/machines-for-berlin: Add some new servers.
    
    * hydra/machines-for-berlin.scm (hosts): Add hydra-guix-104 through
    hydra-guix-119.
    (template-x86_64): Prefer building on those new machines.
---
 hydra/machines-for-berlin.scm | 77 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 76 insertions(+), 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 010c405..8eee1bf 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -100,10 +100,85 @@
     ;; hydra-guix-26
     ("141.80.167.157"
      "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIGquqUVY3cNMomwd4lfgXPRvxJZvvYa7ud67g01b/YTT"
-     64)))
+     64)
+
+    ;;; New machines.  We should use DNS for them in the future.
+    ;; hydra-guix-104
+    ("141.80.167.161"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAINuVkwaeU+ddDpDQoxyFboiBnRNyhGDT8yOy8VAyJxZ6"
+     128)
+    ;; hydra-guix-105
+    ("141.80.167.162"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIH9o9VrkR2OKoGeuyJkzSsLIaDVApkbHEQvgr8aywQf8"
+     128)
+    ;; hydra-guix-106
+    ("141.80.167.163"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIBWN8i6YSGaRddTUgjodvQ4+g+6qYRe+0t9Mi8zOXawG"
+     128)
+    ;; hydra-guix-107
+    ("141.80.167.164"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAII+nI0XnLKShi3tZEdPdEVQ1VLlZjgQNSKMTK55FwH/4"
+     128)
+    ;; hydra-guix-108
+    ("141.80.167.165"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIHvMT+OlslyCzp7PvIvG/m9aCNhk3jnGS4kh8Cxh26CK"
+     128)
+    ;; hydra-guix-109
+    ("141.80.167.166"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIHkmH+o9P2kmgtjyGU9/vLEmFbxwUlq62lWu3lLc1J5o"
+     128)
+    ;; hydra-guix-110
+    ("141.80.167.167"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIM2A2GxCw3oF6W2a5P9/K/jw1BWNJdAy9cr7NLRWvHVl"
+     128)
+    ;; hydra-guix-111
+    ("141.80.167.168"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAILJoZitLeltTfd7dDAnRbuP1uCWmTsYjIKALcadXknMl"
+     128)
+    ;; hydra-guix-112
+    ("141.80.167.169"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFS6PDp6MVutJiieJgDaLvub83oeTvWYLJnELxqCyO7x"
+     128)
+    ;; hydra-guix-113
+    ("141.80.167.170"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIMn5ujp4uTRVwYGPr2kgh7YMXISj+WyRxe8cGxzb1KrL"
+     128)
+    ;; hydra-guix-115
+    ("141.80.167.172"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIG9zXGZ5b6QroN4RybnKLIMZwKtFuMpsNypkUXdFmH88"
+     128)
+    ;; hydra-guix-116
+    ("141.80.167.173"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFg0y4UyuTkYoa3hwqj2ByQXYBMQdbPKz7nEz7I1lquL"
+     128)
+    ;; hydra-guix-117
+    ("141.80.167.174"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAINPPjhX6Z3bgt7EZmIfUdsgFnqp3yLr4msccjwsD2Q8F"
+     128)
+    ;; hydra-guix-118
+    ("141.80.167.175"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJfJfTctnzEzVBLZxIq4WIOWY0s9JHcvIztdIYSFlklH"
+     128)
+    ;; hydra-guix-119
+    ("141.80.167.176"
+     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIGE6FwL94/YDJIioQsLqh/MnwGcXmKYARd/kBGs+RWM7"
+     128)))
+
 
 (define template-x86_64
   (match-lambda
+    ;; Prefer building on the new nodes.
+    ((name key 128)
+     (build-machine
+      (name name)
+      (user "hydra")
+      (system "x86_64-linux")
+      (host-key key)
+      (compression "no")
+      (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 _)
      (build-machine



reply via email to

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