Fix Generic job timeout bug match

Add error code 143, which shows more than 95% FAILURE rates
and is the most common for tripleo-ci jobs timing out.

Change-Id: I98a0e77011ab259095d3e5f269ceeea16ecf8002
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2017-08-10 12:21:31 +02:00
parent 1af432d0a5
commit 3bd6a4f8fa
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
query: >-
message:"FAILED with status: 137" AND
filename:"console.html"
(message: "FAILED with status: 137" OR
message: "FAILED with status: 143") AND
tags: "console"