guix-commits
[Top][All Lists]
Advanced

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

07/08: hydra: Disable Overdrive node in limbo.


From: Ricardo Wurmus
Subject: 07/08: hydra: Disable Overdrive node in limbo.
Date: Sun, 19 Jan 2020 05:12:11 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 0baaf05b8ad8d869ce1b96ccf52a9fba0063c080
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Jan 19 10:54:31 2020 +0100

    hydra: Disable Overdrive node in limbo.
    
    * hydra/machines-for-berlin.scm (overdrive): Comment out one of the nodes.
---
 hydra/machines-for-berlin.scm | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 465aa1d..02b0279 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -272,14 +272,18 @@
           "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY 
root@linux")
          (parallel-builds 2))
 
+        ;; Note: Temporary SSH tunnel.
+        ;; Disabled 2019-12-08 as it moves elsewhere  -- Ludo'
+        #;
         (build-machine
-         ;; 89.92.10.229
-         (name "rennes.lepiller.eu")
-         (port 2222)
-         (user "hydra")
-         (system "aarch64-linux")
-         (host-key
-          "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIIXfDYhBeVH0GenVp8PplaRF1jtNSOdLeNWf2k8G7K71 root@gnu")
+         ;;(name "monokuma.lepiller.eu")
+         ;;(port 2222)
+            (name "localhost")
+            (port 2230)
+            (user "hydra")
+            (system "aarch64-linux")
+            (host-key
+             "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIIXfDYhBeVH0GenVp8PplaRF1jtNSOdLeNWf2k8G7K71 root@gnu")
          (parallel-builds 2))
 
         ;; Note: Temporary SSH tunnel set up for {dmitri,sergei}.



reply via email to

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