[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: berlin: No virtual build machine on hydra-
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: berlin: No virtual build machine on hydra-guix-129. |
Date: |
Wed, 06 Mar 2024 17:30:38 -0500 |
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 <ludo@gnu.org>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: berlin: No virtual build machine on hydra-guix-129.,
Ludovic Courtès <=