Merge "Identify *POST* timeout failures individually"

This commit is contained in:
Zuul 2019-04-04 16:20:49 +00:00 committed by Gerrit Code Review
commit bb9d2a74db
2 changed files with 4 additions and 0 deletions

View File

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

3
queries/1807940.yaml Normal file
View File

@ -0,0 +1,3 @@
query: >-
message: "POST-RUN END RESULT_TIMED_OUT" AND
tags: "console"