guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: Register the Milano machine as a build machine for bayfron


From: Andreas Enge
Subject: 02/02: hydra: Register the Milano machine as a build machine for bayfront.
Date: Tue, 4 Jun 2019 16:35:10 -0400 (EDT)

andreas pushed a commit to branch wip-milano
in repository maintenance.

commit 97aae4d794e404e2f4d226ba8f57ddff1abfdcef
Author: Andreas Enge <address@hidden>
Date:   Tue Jun 4 22:34:02 2019 +0200

    hydra: Register the Milano machine as a build machine for bayfront.
    
    * hydra/machines-bayfront.scm: Add milano for x86_64 and i686.
---
 hydra/machines-bayfront.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/hydra/machines-bayfront.scm b/hydra/machines-bayfront.scm
index c9d1146..c4a8f8c 100644
--- a/hydra/machines-bayfront.scm
+++ b/hydra/machines-bayfront.scm
@@ -11,6 +11,19 @@
   (build-machine (inherit harbourfront)
     (system "i686-linux")))
 
+(define milano
+  (build-machine
+    (name "milano-guix-1.di.unimi.it")
+    (system "x86_64-linux")
+    (user "bayfront")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFhLx/6CGpD+vNEw/0IzoEDhjwSuqWQcwCHOqQRxqTnA 
root@(none)")
+    (parallel-builds 3)
+    (speed 1.0)))
+
+(define milano-i686
+  (build-machine (inherit milano)
+    (system "i686-linux")))
+
 (define dover
   (build-machine
     (name "dover.guix.info")
@@ -34,6 +47,8 @@
 (list
   harbourfront
   harbourfront-i686
+  milano
+  milano-i686
   dover
   redhill
 )



reply via email to

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