Add e-r query for bug 1258682

When the build times out and this fails, there are no logs really
so we have to base this on the build timeout message in the
console log.

Note that we are essentially doing a wildcard for the timeout
value but we restrict the query based on build_name to avoid
hits on some swift jobs.

Related-Bug: #1258682

Change-Id: I0db0e08627609b44ec8ea132b980021f8d7b7b9d
This commit is contained in:
Matt Riedemann 2013-12-13 11:41:22 -08:00
parent ef1b058d6a
commit 6b60f3b09b
1 changed files with 5 additions and 0 deletions

5
queries/1258682.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >
message:"Build timed out (after" AND
message:"minutes). Marking the build as failed." AND (
build_name:check-tempest-* OR build_name:gate-tempest-*) AND
filename:"console.html"