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: Use Wireguard for ove


From: Mathieu Othacehe
Subject: branch master updated: hydra: machines-for-berlin: Use Wireguard for overdrive1 and dover.
Date: Sat, 01 May 2021 12:33:25 -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 fdfe2d4  hydra: machines-for-berlin: Use Wireguard for overdrive1 and 
dover.
fdfe2d4 is described below

commit fdfe2d4341f3481f73a3cff809160b56bf1c3fd2
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat May 1 18:32:00 2021 +0200

    hydra: machines-for-berlin: Use Wireguard for overdrive1 and dover.
    
    * hydra/machines-for-berlin (overdrive): Use Wireguard VPN to connect to the
    overdrive1 and dover machines.
---
 hydra/machines-for-berlin.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 9f6114f..02d8993 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -194,9 +194,8 @@
   ;; CPU: AMD A1100 (4 Cortex A57 cores)
   ;; RAM: 8 GB
   (list (build-machine
-         ;; 91.160.117.201 or 2a01:e0a:1d:7270:af76:b9b:ca24:c465
-         (name "overdrive1.guix.gnu.org")
-         (port 52522)
+         ;;overdrive1
+         (name "10.0.0.3")
          (user "hydra")
          (systems '("aarch64-linux"))
          (host-key
@@ -204,9 +203,8 @@
          (parallel-builds 2))
 
         (build-machine
-         ;; 80.67.176.63
-         (name "dover.guix.info")
-         (port 9023)
+         ;;dover
+         (name "10.0.0.4")
          (user "hydra")
          (systems '("aarch64-linux"))
          (host-key



reply via email to

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