Files
zuul-jobs/roles/limit-log-files/defaults/main.yaml
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

11 lines
236 B
YAML

# this var just for testing
limit_log_files_log_dir: "{{ zuul.executor.log_root }}"
limit_log_files_fail: false
limit_log_files_file_limit: 0
limit_log_files_file_rules:
- ".*job-output.json$ 500k"
- ".*\\zuul-manifest.json$ 1k"