Fix elasticsearch URL for gate queue
Add space before the AND so the query works when you follow the link to elasticsearch Change-Id: I4b05f8c7e3c01c542e664c336e9d7773c7542616
This commit is contained in:
parent
053780f7bc
commit
a2261e440f
@ -66,7 +66,7 @@ def main():
|
||||
|
||||
for query in classifier.queries:
|
||||
if args.queue:
|
||||
query['query'] = query['query'] + ('AND build_queue:"%s"' %
|
||||
query['query'] = query['query'] + (' AND build_queue:"%s"' %
|
||||
args.queue)
|
||||
if query.get('suppress-graph'):
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user