guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: build-machines: Use the berlin local IP as


From: Mathieu Othacehe
Subject: branch master updated: hydra: build-machines: Use the berlin local IP as only substitute server.
Date: Thu, 12 Aug 2021 08:33:31 -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 df02f96  hydra: build-machines: Use the berlin local IP as only 
substitute server.
df02f96 is described below

commit df02f96476b8092b7a29b9828f679db108fa1b3d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 12 14:32:38 2021 +0200

    hydra: build-machines: 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/build-machines.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 6365803..cada7a4 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -238,7 +238,8 @@ are 10022 and 15900.  Keep secret-service port local."
             (service cuirass-remote-worker-service-type
                      (cuirass-remote-worker-configuration
                       (workers max-jobs)
-                      (systems systems)))
+                      (systems systems)
+                      (substitute-urls '("http://141.80.167.131";))))
             (service mcron-service-type
                      (mcron-configuration
                       (jobs (list gc-job))))



reply via email to

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