c2c3f3a683
Ability to identify only POST timeout failuse is critical because in most cases this is an infra/ci related issue which has nothing to do with the change itself. As opposed to normal timeouts, this needs more attention from CI/infra because almost for sure it means missing or partial logs. Also changes original query so they would not overlap. Change-Id: I3b112d4784c0f7dd57a26d08335c3cbe374eb90e LogStash: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%20%5C%22POST-RUN%20END%20RESULT_TIMED_OUT%5C%22%20AND%20tags%3A%20%5C%22console%5C%22%20AND%20voting%3A1 Related-Bug: 1807940
4 lines
75 B
YAML
4 lines
75 B
YAML
query: >-
|
|
message: "POST-RUN END RESULT_TIMED_OUT" AND
|
|
tags: "console"
|