elastic-recheck/queries/1332287.yaml
Matt Riedemann 3ec0629d2b Add query for httpretty build bug 1332287
httpretty 0.8.1 was released with a build bug causing failures in the
check and gate queues.

Filtering out post and periodic queues since those apparently have this
show up in successful runs.

Related-Bug: #1332287

Change-Id: If25a86f9d441b1187e847ee8c203ad81625ae73b
2014-06-19 11:58:22 -07:00

7 lines
193 B
YAML

query: >
message:"IOError" AND
message:"No such file or directory" AND
message:"build/httpretty/readme.rst" AND
tags:"console" AND NOT (
build_queue:"periodic" OR build_queue:"post")