civodul pushed a commit to branch master
in repository maintenance.
commit f0cdfb865ad6074901e522faf128ddd7362cb2a4
Author: Ludovic Courtès <[email protected]>
Date: Fri Jul 19 14:28:11 2019 +0200
berlin: machines: Add hydra-slave2.netris.org build machine.
* hydra/machines-for-berlin.scm (armv7): Add hydra-slave2.netris.org.
---
hydra/machines-for-berlin.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 1344c87..b1a5c48 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -215,6 +215,18 @@
(build-machine
;; XXX: Temporary SSH tunnel follows.
+ ;; (name "hydra-slave2.netris.org")
+ ;; (port 7276)
+ (name "localhost")
+ (port 2225)
+ (user "hydra")
+ (system "armhf-linux")
+ (host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIHzlJZzZfPiEcehmLFtQVYVt3j9w4DHPL6YgSC3EHJK+
root@hydra-slave2")
+ (speed 1.0)
+ (parallel-builds 2))
+
+ (build-machine
+ ;; XXX: Temporary SSH tunnel follows.
;; (name "hydra-slave3.netris.org")
;; (port 7274)
(name "localhost")