guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: build-machines: Add six more Hurd VMs.


From: Ricardo Wurmus
Subject: 02/02: hydra: build-machines: Add six more Hurd VMs.
Date: Fri, 2 Feb 2024 11:28:17 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit fb645298e6de7e3a32caf849c674a00e4cca2701
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 2 17:24:31 2024 +0100

    hydra: build-machines: Add six more Hurd VMs.
    
    * hydra/modules/sysadmin/build-machines.scm (childhurd-ip?): Return
     #TRUE for more build machine IPs.
---
 hydra/modules/sysadmin/build-machines.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index b48d3d2..409589d 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -92,7 +92,10 @@ HOST-NAME and accessibly by SYSADMINS, with the given 
AUTHORIZED-GUIX-KEYS."
 (define (childhurd-ip? ip)
   "Return #t if IP should be running a Childhurd."
   (member ip '("141.80.167.158" "141.80.167.159"
-               "141.80.167.160" "141.80.167.161")))
+               "141.80.167.160" "141.80.167.161"
+               "141.80.167.162" "141.80.167.163"
+               "141.80.167.164" "141.80.167.165"
+               "141.80.167.166" "141.80.167.167")))
 
 (define* (berlin-new-build-machine-os id
                                       #:key



reply via email to

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