guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: overdrive: Use the berlin local IP as only


From: Mathieu Othacehe
Subject: branch master updated: hydra: overdrive: Use the berlin local IP as only substitute server.
Date: Thu, 12 Aug 2021 08:36:50 -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 0dbb77f  hydra: overdrive: Use the berlin local IP as only substitute 
server.
0dbb77f is described below

commit 0dbb77f156b1880b9dd22b5a440cb3666d1937eb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 12 14:36:29 2021 +0200

    hydra: overdrive: Use the berlin local IP as only substitute server.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os): 
Add
    the berlin local IP as only remote-worker substitute server.
---
 hydra/modules/sysadmin/overdrive.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index 1d23e56..919a476 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -135,7 +135,8 @@
                (cuirass-remote-worker-configuration
                 (workers 2)
                 (server "10.0.0.1:5555") ;berlin
-                (systems '("armhf-linux" "aarch64-linux"))))
+                (systems '("armhf-linux" "aarch64-linux"))
+                (substitute-urls '("http://10.0.0.1";))))
       (service wireguard-service-type
                (wireguard-configuration
                 (addresses (list wireguard-ip))



reply via email to

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