[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: hydra: Add new machine hydra-slave3.netris.org.
From: |
Mark H. Weaver |
Subject: |
01/01: hydra: Add new machine hydra-slave3.netris.org. |
Date: |
Sat, 8 Apr 2017 06:17:59 -0400 (EDT) |
mhw pushed a commit to branch master
in repository maintenance.
commit 9d330fe85f98ca2d4d02ffabf2f25c9b1366b138
Author: Mark H Weaver <address@hidden>
Date: Sat Apr 8 06:15:18 2017 -0400
hydra: Add new machine hydra-slave3.netris.org.
* hydra/machines.rec: Add hydra-slave3.netris.org.
* hydra/machines.scm: Add hydra-slave3.
---
hydra/machines.rec | 18 ++++++++++++++++++
hydra/machines.scm | 14 +++++++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/hydra/machines.rec b/hydra/machines.rec
index 6ddd379..f2d5456 100644
--- a/hydra/machines.rec
+++ b/hydra/machines.rec
@@ -81,6 +81,24 @@ PublicKey: (public-key
+ )
+
+Nickname: hydra-slave3
+Hostname: hydra-slave3.netris.org
+Port: 7274
+Physical: Yes
+Vendor: Novena
+Location: Cambridge, MA, USA
+Contact: Mark H Weaver <address@hidden>
+SystemType: armhf-linux
+Cores: 4
+BaseSystem: Debian GNU/Linux 8.1
+PublicKey: (public-key
++ (ecc
++ (curve Ed25519)
++ (q #21F7C3052E02239D73024619CBC757ABC3432A2BD4657388361133CBA08834F3#)
++ )
++ )
++
+
Nickname: hydra-slave2
Hostname: hydra-slave2.netris.org
Port: 7276
diff --git a/hydra/machines.scm b/hydra/machines.scm
index f46ce84..4b57a69 100644
--- a/hydra/machines.scm
+++ b/hydra/machines.scm
@@ -106,6 +106,17 @@
(speed 1.0)
(parallel-builds 2)))
+(define hydra-slave3
+ (build-machine
+ (name "hydra-slave3.netris.org")
+ (port 7274)
+ (user "hydra")
+ (system "armhf-linux")
+ (private-key %openssh-private-key)
+ (host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIBLOVhnS24E+Z1bXLUU4z4gE5+HsFxDxUPA6MbLHmnME
address@hidden")
+ (speed 1.0)
+ (parallel-builds 2)))
+
(list gnunet gnunet-i686
@@ -118,4 +129,5 @@
redhill
hydra-slave1
- hydra-slave2)
+ hydra-slave2
+ hydra-slave3)