
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
6 lines
152 B
YAML
6 lines
152 B
YAML
query: >-
|
|
(message: "FAILED with status: 137" OR
|
|
message: "FAILED with status: 143" OR
|
|
message: "RUN END RESULT_TIMED_OUT") AND
|
|
tags: "console"
|