2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

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.
This commit is contained in:
Ricardo Wurmus 2019-12-23 22:35:41 +01:00
parent af0333fa28
commit 2588c5c6ff
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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