Merge "Suppress some bugs from the e-r graph page"
This commit is contained in:
commit
93c15706fa
@ -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,
|
||||
|
@ -1,3 +1,4 @@
|
||||
query: >
|
||||
message:"java.io.InterruptedIOException" AND filename:"console.html"
|
||||
AND message:"hudson.Launcher$RemoteLauncher.launch"
|
||||
suppress-graph: true
|
||||
|
@ -1,3 +1,4 @@
|
||||
query: >
|
||||
message:"java.lang.InterruptedException"
|
||||
AND filename:"console.html"
|
||||
suppress-graph: true
|
||||
|
Loading…
Reference in New Issue
Block a user