guix-commits
[Top][All Lists]
Advanced

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

02/02: berlin: machines: Add Novena machines hosted by Mark.


From: Ludovic Courtès
Subject: 02/02: berlin: machines: Add Novena machines hosted by Mark.
Date: Thu, 18 Jul 2019 17:04:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit ec8031c2726b14a9d4d005f89ac3b052af721fd9
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 18 22:28:10 2019 +0200

    berlin: machines: Add Novena machines hosted by Mark.
    
    * hydra/machines-for-berlin.scm (armv7): Add hydra-slave1 and
    hydra-slave2.
---
 hydra/machines-for-berlin.scm | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index ea63f46..1344c87 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -199,8 +199,31 @@
     (name "x15.sjd.se")
     (user "hydra")
     (system "armhf-linux")
-    (host-key
-     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAILvy4tWBLfuBGB2Q8S5q0CeKLaD9w4hAG5PU/+nTD6e2 
root@BeagleBoard-X15"))))
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAILvy4tWBLfuBGB2Q8S5q0CeKLaD9w4hAG5PU/+nTD6e2 
root@BeagleBoard-X15"))
+
+   (build-machine
+    ;; XXX: Temporary SSH tunnel follows.
+    ;; (name "hydra-slave1.netris.org")
+    ;; (port 7275)
+    (name "localhost")
+    (port 2223)
+    (user "hydra")
+    (system "armhf-linux")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIPDAe9mXufZXFfFlezafA/G2Nng66ssLLi5xPP+9NhGm 
root@hydra-slave1")
+    (speed 1.0)
+    (parallel-builds 2))
+
+   (build-machine
+    ;; XXX: Temporary SSH tunnel follows.
+    ;; (name "hydra-slave3.netris.org")
+    ;; (port 7274)
+    (name "localhost")
+    (port 2224)
+    (user "hydra")
+    (system "armhf-linux")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIBLOVhnS24E+Z1bXLUU4z4gE5+HsFxDxUPA6MbLHmnME 
root@hydra-slave3")
+    (speed 1.0)
+    (parallel-builds 2)))
 
 
 (let ((x86_64 (map template-x86_64 hosts)))



reply via email to

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