guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Configure the nar-herder with a ttl of 180d.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Configure the nar-herder with a ttl of 180d.
Date: Fri, 4 Feb 2022 06:16:17 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 1867bdc3988ab5389ccd5e64a72b20dbdcd9b54e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Feb 4 11:10:52 2022 +0000

    hydra: bayfront: Configure the nar-herder with a ttl of 180d.
    
    This matches the configuration of guix publish on berlin. Currently,
    no nars have every been deleted, so this could be infinite.
    
    * hydra/bayfront.scm <services>: Set a ttl for the nar-herder.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index e3fac7b..d06cd90 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1037,7 +1037,8 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
               (storage "/var/lib/nars")
               (storage-limit 0)
               (storage-nar-removal-criteria
-               '((stored-on . "https://lakeside.guix.gnu.org";)))))
+               '((stored-on . "https://lakeside.guix.gnu.org";)))
+              (ttl "180d")))
 
     (service guix-build-coordinator-service-type
              %guix-build-coordinator-configuration)



reply via email to

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