guix-commits
[Top][All Lists]
Advanced

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

01/02: Revert "hydra: berlin: Add virtual build machine."


From: Ludovic Courtès
Subject: 01/02: Revert "hydra: berlin: Add virtual build machine."
Date: Tue, 5 Mar 2024 11:11:22 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 9888893b9ee3a3b370da595439d3c0ce87f50881
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 5 17:01:59 2024 +0100

    Revert "hydra: berlin: Add virtual build machine."
    
    This reverts commit fb7197f081c087b4ac17f5102675a2f178097551.
    
    Having the build VM on the head node could interfere with other things
    such as Cuirass evaluation.  Better have it elsewhere.
---
 hydra/berlin.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 3af4819..7b75d98 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -21,7 +21,7 @@
              (ice-9 match))
 (use-service-modules avahi base databases dns linux
                      mcron monitoring networking admin
-                     rsync shepherd ssh virtualization vpn web)
+                     rsync shepherd ssh vpn web)
 (use-package-modules admin base certs databases disk emacs linux mail 
monitoring
                      screen ssh tls tor vim package-management
                      version-control
@@ -633,13 +633,6 @@ An incremental send is attempted if a PARENT snapshot is 
provided."
              (service disk-space-watchdog-service-type
                       (list (* 500 GiB) (* 50 GiB)))
 
-             ;; A virtual build machine to build software in the past when
-             ;; needed.
-             (service virtual-build-machine-service-type
-                      (virtual-build-machine
-                       (cpu-count 16)
-                       (memory-size 8192)))
-
              ;; VPN connection to the remote build nodes.
              (service wireguard-service-type
                       (wireguard-configuration



reply via email to

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