Improve generic zuul timeouts identification: RESULT_TIMED_OUT

Looks for RUN END RESULT_TIMED_OUT and link them to tracer bug.

Change-Id: I95953b124c3c491820a318a5bfd75d39de14e088
Story: https://tree.taiga.io/project/tripleo-ci-board/issue/308
Related-Bug: 1686542
This commit is contained in:
Sorin Sbarnea 2018-11-15 14:39:19 +00:00
parent df01bc9dab
commit 673c7b6ec6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
query: >-
(message: "FAILED with status: 137" OR
message: "FAILED with status: 143") AND
message: "FAILED with status: 143" OR
message: "RUN END RESULT_TIMED_OUT") AND
tags: "console"