remove query for bug 1285323

After the modular grenade refactor we're generating a lot more
debugging information during service transitions. This means that this
bug was matching on most successful runs now.

The root bug is probably fixed now, lets assume so and will open
something new if it shows up.

Change-Id: I998a5cacab0e25fd7046e3cbba05c08ded012d3e
Closes-Bug: #1285323
This commit is contained in:
Sean Dague 2015-04-15 15:01:47 -04:00
parent d724028940
commit 0f6ffe1bc0
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
query: >
((message:"+ echo \'The following services are still running:")
OR
(message:"Error: Service" AND message:"is not running"))
AND tags:"console"
AND NOT
(build_name:"check-grenade-dsvm-partial-ncpu"
OR
build_name:"check-grenade-dsvm-partial-ncpu-icehouse")