guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: machines-for-berlin: Comment out failing H


From: Ludovic Courtès
Subject: branch master updated: hydra: machines-for-berlin: Comment out failing Honeycombs.
Date: Mon, 21 Nov 2022 11:37:00 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new fad62ae  hydra: machines-for-berlin: Comment out failing Honeycombs.
fad62ae is described below

commit fad62ae2cfe1036c52b66f0b85999182f03858c9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 21 17:31:26 2022 +0100

    hydra: machines-for-berlin: Comment out failing Honeycombs.
    
    * hydra/machines-for-berlin.scm (honeycomb): Comment out pankow and
    grunewald.
---
 hydra/machines-for-berlin.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 22e9f52..f98b09a 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -222,7 +222,9 @@
   ;; SolidRun LX2160A Honeycomb
   ;; CPU: 16 ARM Cortex-A72 cores
   ;; RAM: 32 GB
-  (list (build-machine
+  (list ;; 2022-11-21: Hard disk broke.
+        #;
+        (build-machine
          ;;pankow
          (name "10.0.0.8")
          (user "hydra")
@@ -242,6 +244,8 @@
          (host-key
           "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFjixKdkTBoEUflxX/n/flhg7GoqbfkfoVrhD0GROZxl")
          (parallel-builds 4))
+        ;; 2022-11-21: Hard disk is failing.
+        #;
         (build-machine
          ;;grunewald
          (name "10.0.0.10")



reply via email to

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