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: Remove unreachable ma


From: Mathieu Othacehe
Subject: branch master updated: hydra: machines-for-berlin: Remove unreachable machines.
Date: Sat, 01 May 2021 12:40:40 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ea4b2fb  hydra: machines-for-berlin: Remove unreachable machines.
ea4b2fb is described below

commit ea4b2fb90633372e6989f23b18af4fa3e991e323
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat May 1 18:39:05 2021 +0200

    hydra: machines-for-berlin: Remove unreachable machines.
    
    Those machines are unreachable and should be made available through 
Wireguard
    when back online.
    
    * hydra/machines-for-berlin (overdrive): Remove unreachable machines.
---
 hydra/machines-for-berlin.scm | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 02d8993..6107117 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -209,45 +209,6 @@
          (systems '("aarch64-linux"))
          (host-key
           "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
-        ;;(name "monokuma.lepiller.eu")
-        ;;(port 2222)
-        (name "localhost")
-        (port 2230)
-        (user "hydra")
-        (systems '("aarch64-linux"))
-        (host-key
-        "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIIXfDYhBeVH0GenVp8PplaRF1jtNSOdLeNWf2k8G7K71 root@gnu")
-        (parallel-builds 2))
-
-        ;; Note: Temporary SSH tunnel set up for {dmitri,sergei}.  If you see
-        ;; offload errors, check whether there are multiple instances running.
-        ;; *Please ping* nckx in case of trouble!
-        (build-machine
-         ;; Dynamic IP.
-         ;; (name "dmitri.tobias.gr")
-         ;; (port 5552)
-         (name "localhost") (port 2223)
-         (user "hydra")
-         (systems '("aarch64-linux"))
-         (host-key
-          "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAICqbQjcGAlYRunem82lXhc0T0xWWQUh53UPXzZzBePVQ 
nckx@dmitri.tobias.gr")
-         (parallel-builds 2))
-
-        (build-machine
-         ;; Dynamic IP.
-         ;; (name "sergei.tobias.gr")
-         ;; (port 5551)
-         (name "localhost") (port 2222)
-         (user "hydra")
-         (systems '("aarch64-linux"))
-         (host-key
-          "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIMbnlRcOJwtlNVc3LcEgagqXNEWya666RiwBHImXtjUJ 
nckx@sergei.tobias.gr")
          (parallel-builds 2))))
 
 (define armv7



reply via email to

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