Merge "CI: Fix fluentd log check"

This commit is contained in:
Zuul 2024-12-31 15:24:30 +00:00 committed by Gerrit Code Review
commit 7b6dd6ab87

View File

@ -8,7 +8,7 @@ set -o pipefail
# Enable unbuffered output for Ansible in Jenkins. # Enable unbuffered output for Ansible in Jenkins.
export PYTHONUNBUFFERED=1 export PYTHONUNBUFFERED=1
declare -a fluentchecks=("got incomplete line before first line" "pattern not matched") declare -a fluentchecks=("got incomplete line before first line" "pattern not matched:" "Could not communicate to OpenSearch")
function check_openstack_log_file_for_level { function check_openstack_log_file_for_level {
# $1: file # $1: file