CI: Remove OpenSearch connectivity check in fluentd logs
It broke OpenSearch CI jobs because we restart OpenSearch in there. Also add check-logs.sh and get_logs.sh to files that trigger all jobs run so we don't break anything again. Change-Id: I6fe4b106853fd253ea28111409370e01cb678fe9
This commit is contained in:
parent
7b6dd6ab87
commit
5015e9e199
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user