andreas pushed a commit to branch master
in repository maintenance.

commit 258b00fa47ea164a5f916a7d8dfb0215960d046a
Author: Andreas Enge <[email protected]>
Date:   Mon Apr 8 22:35:05 2019 +0200

    hydra: Add dover to the build machines of bayfront.
    
    * hydra/machines-bayfront.scm (dover): New variable.
---
 hydra/machines-bayfront.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/hydra/machines-bayfront.scm b/hydra/machines-bayfront.scm
index 48706e3..c9d1146 100644
--- a/hydra/machines-bayfront.scm
+++ b/hydra/machines-bayfront.scm
@@ -11,6 +11,16 @@
   (build-machine (inherit harbourfront)
     (system "i686-linux")))
 
+(define dover
+  (build-machine
+    (name "dover.guix.info")
+    (port 9023)
+    (system "aarch64-linux")
+    (user "bayfront")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY 
root@linux")
+    (parallel-builds 3)
+    (speed 1.0)))
+
 (define redhill
   (build-machine
     (name "redhill.guix.info")
@@ -24,6 +34,7 @@
 (list
   harbourfront
   harbourfront-i686
+  dover
   redhill
 )
 

Reply via email to