guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Increase cache bypass threshold.


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Increase cache bypass threshold.
Date: Sun, 15 Oct 2023 16:30:01 -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 213384e  hydra: services: Increase cache bypass threshold.
213384e is described below

commit 213384e43de63ce3a5a55599e8fb89891ffef7eb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 15 22:27:37 2023 +0200

    hydra: services: Increase cache bypass threshold.
    
    Partly fixes <https://issues.guix.gnu.org/54447>.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Increase
    default value of #:cache-bypass-threshold.
---
 hydra/modules/sysadmin/services.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index caf3f23..f13efeb 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -693,7 +693,12 @@ to a selected directory.")
                             (authorized-keys authorized-keys)
                             (motd %default-motd)
                             (nar-ttl (* 180 24 3600))
-                            (cache-bypass-threshold (* 100 (expt 2 20))) ;100 
MiB
+
+                            ;; XXX: Set a threshold larger than the Guix
+                            ;; source tree, to please system tests:
+                            ;; <https://issues.guix.gnu.org/54447#12>.
+                            (cache-bypass-threshold (* 150 MiB))
+
                             (publish-workers 6))
   "Return the list of services for the build farm frontend."
   (cons* (service mcron-service-type



reply via email to

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