update 1331274 to ignore neutron

we're hitting on neutron grenade failures, which are expected,
and we shouldn't really care about those.

Change-Id: Ic8867e16c844a6afa4c3a38a7c2d7a5ab4e21e18
Related-Bug: #1331274
This commit is contained in:
Sean Dague 2014-06-27 14:06:33 -04:00
parent 598a66c3ad
commit 58cdc0f635

View File

@ -1,4 +1,8 @@
query: >
(
(message:"Expected running services not running:"
OR message: "Too many retries, giving up")
AND NOT message:"q-fwaas")
OR
message: "Too many retries, giving up"
)
AND tags:"grenade.sh.txt"