[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: hydra: Add dover to the build machines of bayfront.
From: |
Andreas Enge |
Subject: |
02/02: hydra: Add dover to the build machines of bayfront. |
Date: |
Mon, 8 Apr 2019 16:35:47 -0400 (EDT) |
andreas pushed a commit to branch master
in repository maintenance.
commit 258b00fa47ea164a5f916a7d8dfb0215960d046a
Author: Andreas Enge <address@hidden>
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
address@hidden")
+ (parallel-builds 3)
+ (speed 1.0)))
+
(define redhill
(build-machine
(name "redhill.guix.info")
@@ -24,6 +34,7 @@
(list
harbourfront
harbourfront-i686
+ dover
redhill
)