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 2096f55  hydra: berlin: No virtual build machine on hydra-guix-129.
2096f55 is described below

commit 2096f550af9ed2e4029e33c5c3f3a671640f2473
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Mar 6 23:29:21 2024 +0100

    hydra: berlin: No virtual build machine on hydra-guix-129.
    
    * hydra/modules/sysadmin/build-machines.scm (build-vm-ip?): Shift
    addresses.
---
 hydra/modules/sysadmin/build-machines.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 8cba17a..7af4598 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -102,8 +102,8 @@ HOST-NAME and accessibly by SYSADMINS, with the given 
AUTHORIZED-GUIX-KEYS."
 
 (define (build-vm-ip? ip)
   "Return #t if IP should be running a virtual build machine."
-  (member ip '("141.80.167.183" "141.80.167.184"
-               "141.80.167.185" "141.80.167.186")))
+  (member ip '("141.80.167.182" "141.80.167.183"
+               "141.80.167.184" "141.80.167.185")))
 
 (define* (berlin-new-build-machine-os id
                                       #:key

Reply via email to