From 4d699b0e726a1f0cd5aa3b1f5571216fed338424 Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Fri, 9 Feb 2024 11:27:35 +0100 Subject: [PATCH] added logs backup settings to common config Signed-off-by: Tullio Sebastiani --- CI/config/common_test_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CI/config/common_test_config.yaml b/CI/config/common_test_config.yaml index ef9931ab4..f2b39203f 100644 --- a/CI/config/common_test_config.yaml +++ b/CI/config/common_test_config.yaml @@ -42,3 +42,10 @@ telemetry: max_retries: 0 # maximum number of upload retries (if 0 will retry forever) run_tag: '' # if set, this will be appended to the run folder in the bucket (useful to group the runs) archive_size: 10000 # the size of the prometheus data archive size in KB. The lower the size of archive is + logs_backup: True + logs_filter_patterns: + - "(\\w{3}\\s\\d{1,2}\\s\\d{2}:\\d{2}:\\d{2}\\.\\d+).+" # Sep 9 11:20:36.123425532 + - "kinit (\\d+/\\d+/\\d+\\s\\d{2}:\\d{2}:\\d{2})\\s+" # kinit 2023/09/15 11:20:36 log + - "(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d+Z).+" # 2023-09-15T11:20:36.123425532Z log + oc_cli_path: /usr/bin/oc # optional, if not specified will be search in $PATH + events_backup: True # enables/disables cluster events collection