From 5943335c8239b2b0eb5c337c83232e6fc89dcc47 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sun, 2 Mar 2014 06:34:51 -0500 Subject: [PATCH] update grenade old fails to stop bug we sometimes only catch this on the coming up side, not just the going down side. Also get rid of all of jog0's fails in the partial upgrade job. Change-Id: Ibc88192c1653230eb186228d7cc89b868e8a038a Related-Bug: #1285323 --- queries/1285323.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/queries/1285323.yaml b/queries/1285323.yaml index da3fb612..d62621d1 100644 --- a/queries/1285323.yaml +++ b/queries/1285323.yaml @@ -1,3 +1,6 @@ query: > - message:"+ echo \'The following services are still running:" + ((message:"+ echo \'The following services are still running:") + OR + (message:"Error: Service" AND message:"is not running")) AND filename:"console.html" + AND NOT build_name:"check-grenade-dsvm-partial-ncpu"