diff --git a/tests/check-logs.sh b/tests/check-logs.sh index 1dd4c01460..18a9fcfee3 100755 --- a/tests/check-logs.sh +++ b/tests/check-logs.sh @@ -8,7 +8,7 @@ set -o pipefail # Enable unbuffered output for Ansible in Jenkins. export PYTHONUNBUFFERED=1 -declare -a fluentchecks=("got incomplete line before first line" "pattern not matched:" "Could not communicate to OpenSearch") +declare -a fluentchecks=("got incomplete line before first line" "pattern not matched:") function check_openstack_log_file_for_level { # $1: file diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 4b6a880695..b79877869f 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -79,8 +79,10 @@ files: - ^ansible/group_vars/all.yml - ^requirements-core.yml - - ^tests/templates/(inventory|globals-default.j2) + - ^tests/check-logs.sh + - ^tests/get_logs.sh - ^tests/(pre|run).yml + - ^tests/templates/(inventory|globals-default.j2) - job: name: kolla-ansible-kvm-base