From 5a3fb306535c2ec0a118f2f0bc8f6a162b85c7d6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 12 Oct 2023 22:12:51 +0200 Subject: services: cuirass: Add ‘log-expiry’ option for ‘remote-server’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/cuirass.scm ()[log-expiry]: New field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index d6b8bf1e52..9be321661b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33822,6 +33822,10 @@ Location of the log file. @item @code{cache} (default: @code{"/var/cache/cuirass/remote"}) Use @var{cache} directory to cache build log files. +@item @code{log-expiry} (default: 6 months) +The duration in seconds after which build logs collected by +@command{cuirass remote-worker} may be deleted. + @item @code{trigger-url} (default: @code{#f}) Once a substitute is successfully fetched, trigger substitute baking at @var{trigger-url}. -- cgit v1.2.3