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:
parent
df01bc9dab
commit
673c7b6ec6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user