guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Use wireguard IPs as machine hostnames for


From: Maxim Cournoyer
Subject: branch master updated: hydra: Use wireguard IPs as machine hostnames for guix-x15 and guix-x15b.
Date: Tue, 20 Apr 2021 12:09:27 -0400

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

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new cee7089  hydra: Use wireguard IPs as machine hostnames for guix-x15 
and guix-x15b.
cee7089 is described below

commit cee70892d0bd6e5453354ee6dcb307adf45c9b6d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 20 12:08:21 2021 -0400

    hydra: Use wireguard IPs as machine hostnames for guix-x15 and guix-x15b.
    
    * hydra/machines-for-berlin.scm (armv7) <guix-x15>: Set name to
    10.0.0.5.
    <guix-x15b>: Set name to 10.0.0.6.
---
 hydra/machines-for-berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index e131aec..6edfe18 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -255,13 +255,13 @@
   (list
    ;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
    (build-machine
-    (name "guix-x15")
+    (name "10.0.0.5")                   ;guix-x15
     (user "hydra")
     (systems '("armhf-linux"))
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIOfXjwCAFWeGiUoOVXEgtIeXxbtymjOTg7ph1ObMAcJ0 
root@beaglebone"))
 
    (build-machine
-    (name "guix-x15b")
+    (name "10.0.0.6")                   ;guix-x15b
     (user "hydra")
     (systems '("armhf-linux"))
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJEbCOTTg9Tl0E23Mnc0UA4Ib2W5oDqTukk6mT98tOph 
root@beaglebone"))



reply via email to

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