Files
zuul-jobs/roles/limit-log-files
Lukas Kranz 657d4b1cbe limit-log-files: allow unlimited files
Currently the role requieres a file limit to be set which is always enforced.
This change allows the value 0 to not enforce any file limit.

Change-Id: I589e0bbf8656e80c5d66a207674ae16a499e81cc
2025-07-08 04:59:47 +00:00
..

Limits log upload files based on number and size

This role checks that the log directory doesn't exceed a set number of files or size limits per file pattern. If limits are violated, it registers the error and reports a warning to Zuul.

Role Variables