Merge "Better end of console log indexing detection."

This commit is contained in:
Jenkins 2013-11-12 02:19:01 +00:00 committed by Gerrit Code Review
commit 947e712cec

View File

@ -66,7 +66,9 @@ def result_ready(review=None, patch=None):
lets us know that we've got results waiting that we need to process.
"""
return generic('filename:"console.html" AND '
'(@message:"Finished: FAILURE" OR message:"Finished: FAILURE") '
'(@message:"[SCP] Copying console log" '
'OR message:"[SCP] Copying console log") '
'AND build_status:"FAILURE" '
'AND build_change:"%s" '
'AND build_patchset:"%s"' %
(review, patch))