guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add Cuirass remote worker for GN


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Add Cuirass remote worker for GNU/Hurd builds.
Date: Sun, 03 Sep 2023 15:43:48 -0400

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 87ea1b1  hydra: services: Add Cuirass remote worker for GNU/Hurd 
builds.
87ea1b1 is described below

commit 87ea1b1ba44effa300845b369efdb09a5880cd0d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 3 17:55:19 2023 +0200

    hydra: services: Add Cuirass remote worker for GNU/Hurd builds.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Add
    ‘cuirass-remote-worker-service-type’ instance.
---
 hydra/modules/sysadmin/services.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 9feea86..2eba5e1 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -729,6 +729,19 @@ to a selected directory.")
                           #:systems systems
                           #:nar-ttl nar-ttl)
 
+         ;; This remote worker takes care of GNU/Hurd builds by offloading to
+         ;; childhurds actually hosted on build machines but listed in
+         ;; berlin's /etc/guix/machines.scm.
+         ;;
+         ;; TODO: Set up remote-worker on build machines themselves once SSH
+         ;; and nar keys are properly authorized; longer-term: set up
+         ;; remote-worker directly within the childhurd.
+         (service cuirass-remote-worker-service-type
+                  (cuirass-remote-worker-configuration
+                   (workers 4)
+                   (systems '("i586-gnu"))
+                   (substitute-urls '("http://141.80.167.131";))))
+
          (service openssh-service-type
                   (openssh-configuration
                    (password-authentication? #f)))



reply via email to

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