Merge "Suppress some bugs from the e-r graph page"

This commit is contained in:
Jenkins 2014-02-11 16:10:29 +00:00 committed by Gerrit Code Review
commit 93c15706fa
3 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,8 @@ def main():
if args.queue:
query['query'] = query['query'] + ('AND build_queue:"%s"' %
args.queue)
if query.get('suppress-graph'):
continue
urlq = dict(search=query['query'],
fields=[],
offset=0,

View File

@ -1,3 +1,4 @@
query: >
message:"java.io.InterruptedIOException" AND filename:"console.html"
AND message:"hudson.Launcher$RemoteLauncher.launch"
suppress-graph: true

View File

@ -1,3 +1,4 @@
query: >
message:"java.lang.InterruptedException"
AND filename:"console.html"
suppress-graph: true