Narrow query 1311778 to only hit the gate queue

Bad code, can also cause this fingerprint to trigger. So narrow this
query to the gate queue only where we assume the code is good (it must
have passed the unit tests once before).

We commonly restrict unit test queries for this reason, for example:
If8c6f4e3651ba7f081e9c12193dce1e7db2fbfef

Change-Id: I824bc9ac73a7e9aa38e294f7d2695ed35947d808
Related-Bug: 1311778
This commit is contained in:
Joe Gordon 2014-07-22 12:02:08 -07:00
parent 77a06be312
commit 543843f0a8
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
query: >
message:"MessagingTimeout: No reply on topic" AND
tags:console AND
(build_name:"gate-nova-python27" OR build_name:"gate-nova-python26")
(build_name:"gate-nova-python27" OR build_name:"gate-nova-python26") AND
build_queue:"gate"