guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Add guix-x15{,b}.sjd.se.


From: Marius Bakke
Subject: branch master updated: hydra: Add guix-x15{,b}.sjd.se.
Date: Wed, 29 Apr 2020 16:33:57 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ebc5f4a  hydra: Add guix-x15{,b}.sjd.se.
ebc5f4a is described below

commit ebc5f4ada2ab8f9c8cea51739a281a6c1291761d
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Apr 29 22:21:16 2020 +0200

    hydra: Add guix-x15{,b}.sjd.se.
    
    Thanks Simon!
    
    * hydra/machines-for-berlin.scm (armv7): Add two new nodes.
---
 hydra/machines-for-berlin.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 7bf62b7..b8517c8 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -230,11 +230,18 @@
 (define armv7
   (list
    ;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
-   #;(build-machine
-    (name "x15.sjd.se")
+   ;; Temporarily tunneled while waiting for firewall update.
+   (build-machine
+    (name "localhost") (port 2224) ;guix-x15.sjd.se
+    (user "hydra")
+    (system "armhf-linux")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFZRvfeaRc7wEIiEoaWA5789+zcZ2Ht/OdFYOt7YAhgn 
root@beaglebone"))
+
+   (build-machine
+    (name "localhost") (port 2225) ;guix-15b.sjd.se
     (user "hydra")
     (system "armhf-linux")
-    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAILvy4tWBLfuBGB2Q8S5q0CeKLaD9w4hAG5PU/+nTD6e2 
root@BeagleBoard-X15"))
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJEbCOTTg9Tl0E23Mnc0UA4Ib2W5oDqTukk6mT98tOph 
root@beaglebone"))
 
    #;(build-machine
     (name "hydra-slave1.netris.org")



reply via email to

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