From cee70892d0bd6e5453354ee6dcb307adf45c9b6d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 20 Apr 2021 12:08:21 -0400 Subject: [PATCH] hydra: Use wireguard IPs as machine hostnames for guix-x15 and guix-x15b. * hydra/machines-for-berlin.scm (armv7) : Set name to 10.0.0.5. : 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"))