Add zuul launcher completion message to result ready query

This commit updates the query we use to check for the results being
ready to include the messages from zuul launcher.

Change-Id: I8f723922b5a912c474facb11dc79b07718dbc01f
This commit is contained in:
Matthew Treinish 2016-06-29 18:31:08 -04:00
parent d2845cea2c
commit 9ca3ab62a3
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ def result_ready(review, patch, name, build_short_uuid):
"""
return generic('filename:"console.html" AND '
'(message:"[SCP] Copying console log" '
'OR message:"Grabbing consoleLog") '
'OR message:"Grabbing consoleLog" '
'OR message:"[Zuul] Job complete") '
'AND build_status:"FAILURE" '
'AND build_change:"%s" '
'AND build_patchset:"%s" '