diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-10-12 22:12:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-12 22:14:34 +0200 |
commit | 5a3fb306535c2ec0a118f2f0bc8f6a162b85c7d6 (patch) | |
tree | d4c81e21e7c9543063ed969bb0d02ca7d9acdca1 /doc | |
parent | f0c929f1e672a9c77ec681f7d548c26c63ff7b83 (diff) |
services: cuirass: Add ‘log-expiry’ option for ‘remote-server’.
* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>)[log-expiry]:
New field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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}. |