guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: machines-for-berlin: Define honeycomb machines and use the


From: Ricardo Wurmus
Subject: 01/02: hydra: machines-for-berlin: Define honeycomb machines and use them.
Date: Sat, 29 Jan 2022 15:57:47 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 4762fdc380855c6bbe915a9f28517c43df1124e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 29 21:56:06 2022 +0100

    hydra: machines-for-berlin: Define honeycomb machines and use them.
    
    * hydra/machines-for-berlin.scm (honeycomb): New variable.
    Add honeycomb list to list of machines.
---
 hydra/machines-for-berlin.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index baa6319..9fd6119 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -213,6 +213,31 @@
           "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY 
root@linux")
          (parallel-builds 2))))
 
+(define honeycomb
+  ;; SolidRun LX2160A Honeycomb
+  ;; CPU: 16 ARM Cortex-A72 cores
+  ;; RAM: 32 GB
+  (list (build-machine
+         ;;kreuzberg
+         (name "10.0.0.9")
+         (user "hydra")
+         (overload-threshold 1.2)
+         (speed 2.0)                    ; prefer over overdrives
+         (systems '("aarch64-linux" "armhf-linux"))
+         (host-key
+          "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFjixKdkTBoEUflxX/n/flhg7GoqbfkfoVrhD0GROZxl")
+         (parallel-builds 4))
+        (build-machine
+         ;;grunewald
+         (name "10.0.0.10")
+         (user "hydra")
+         (overload-threshold 1.2)
+         (speed 2.0)                    ; prefer over overdrives
+         (systems '("aarch64-linux" "armhf-linux"))
+         (host-key
+          "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIAiXopZt/wTTfvLhp3h5QdmvDBZJwJfoDvXPevNFalBu 
root@(none)")
+         (parallel-builds 4))))
+
 (define armv7
   (list
    ;; BeagleBoard X15 kindly hosted by Simon Josefsson.
@@ -273,6 +298,7 @@
                            hosts))
        (fast/hurd (filter (compose childhurd-ip? build-machine-name) fast)))
   (append overdrive
+          honeycomb
           ;; This has been disabled until bug# 43513 is fixed.
           ;;(map aarch64->armhf overdrive)
           armv7



reply via email to

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