[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: hydra: Register the Milano machine as a build machine for bayfron
From: |
Giovanni Biscuolo |
Subject: |
09/12: hydra: Register the Milano machine as a build machine for bayfront. |
Date: |
Tue, 11 Jun 2019 09:43:40 -0400 (EDT) |
biscuolo pushed a commit to branch master
in repository maintenance.
commit cb6ffbe22f7fee367b10f107f2ba9404308eb6de
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
)
- 02/12: hydra: Add key for atrent, (continued)
- 02/12: hydra: Add key for atrent, Giovanni Biscuolo, 2019/06/11
- 06/12: hydra: machines: Add milan-1 (nickname) to the database, Giovanni Biscuolo, 2019/06/11
- 03/12: hydra: milano: Add milano-guix-1 initial configuration., Giovanni Biscuolo, 2019/06/11
- 08/12: hydra: Add guix key of the Milano build machine., Giovanni Biscuolo, 2019/06/11
- 05/12: hydra: milano: Add bayfront user ssh key to authorized-keys, Giovanni Biscuolo, 2019/06/11
- 04/12: hydra: milano: Add andreas as sysadmin, Giovanni Biscuolo, 2019/06/11
- 12/12: hydra: milano: Remove i686 from QEMU platforms, Giovanni Biscuolo, 2019/06/11
- 07/12: hydra: milano: Add cbaines user as sysadmin, Giovanni Biscuolo, 2019/06/11
- 10/12: hydra: milano: Add andreas ssh key to authorized-keys, Giovanni Biscuolo, 2019/06/11
- 01/12: hydra: Add key for degrees380, Giovanni Biscuolo, 2019/06/11
- 09/12: hydra: Register the Milano machine as a build machine for bayfront.,
Giovanni Biscuolo <=
- 11/12: hydra: milano: Add qemu-binfmt-service-type with guix-support, Giovanni Biscuolo, 2019/06/11