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:
parent
ef1b058d6a
commit
6b60f3b09b
5
queries/1258682.yaml
Normal file
5
queries/1258682.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user