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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 1ecad558 hydra: berlin-nodes: Remove node 124.
1ecad558 is described below

commit 1ecad5584aab5079bc3ff3ce5fdc6bec6d7bb062
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Feb 2 13:17:42 2025 +0100

    hydra: berlin-nodes: Remove node 124.
    
    As I'm looking at using this for the bordeaux build farm. Not sure how
    to manage the configuration yet, but this will at least prevent guix
    deploy from changing things.
    
    * hydra/berlin-nodes.scm (nodes): Comment out node 124.
---
 hydra/berlin-nodes.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index b494afaa..bd4b1715 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -99,10 +99,13 @@
      "141.80.167.180"
      "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIOM29Lj7rNDDsU5JOuDgFGfepWY9WHs6WaMLj9/7IceX"
      128)
-    (124
-     "141.80.167.181"
-     "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIODiKP7qIkkDeqvzKG2JsrDlNRe3CTN+icGgQ1J5ZUP+"
-     128)
+
+    ;; Node 124 is being used for the bordeaux build farm
+    ;; (124
+    ;;  "141.80.167.181"
+    ;;  "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIODiKP7qIkkDeqvzKG2JsrDlNRe3CTN+icGgQ1J5ZUP+"
+    ;;  128)
+
     ;; This is the former head node.  What used to be node 125 is now
     ;; the new head.
     (125

Reply via email to