Merge "Improve generic zuul timeouts identification: RESULT_TIMED_OUT"

This commit is contained in:
Zuul 2018-11-20 12:39:18 +00:00 committed by Gerrit Code Review
commit 36067c49d8
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"