
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
11 lines
236 B
YAML
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"
|