diff --git a/elastic_recheck/query_builder.py b/elastic_recheck/query_builder.py index bf904870..3a93b243 100644 --- a/elastic_recheck/query_builder.py +++ b/elastic_recheck/query_builder.py @@ -76,7 +76,8 @@ def result_ready(review, patch, name, build_short_uuid): lets us know that we've got results waiting that we need to process. """ return generic('filename:"console.html" AND ' - 'message:"[SCP] Copying console log" ' + '(message:"[SCP] Copying console log" ' + 'OR message:"Grabbing consoleLog") ' 'AND build_status:"FAILURE" ' 'AND build_change:"%s" ' 'AND build_patchset:"%s" '