From 3a0742e376b27b25d7bdbdf8b93c9c1d8f8ad413 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Mon, 24 Feb 2014 06:57:34 -0800 Subject: [PATCH] Remove neutron-heat-slow job from query for bug 1253896 This job is failing with a 100% rate because of an issue in the design of one of the tests it's running. The failure triggered has the same signature as bug 1253896 and is therefore causing "false positive" hits for this bug. Change-Id: I4efd6844559d22a1d498ed3639b6ddbd67d79873 --- queries/1253896.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/1253896.yaml b/queries/1253896.yaml index cf86cbaf..28a7b852 100644 --- a/queries/1253896.yaml +++ b/queries/1253896.yaml @@ -1,3 +1,4 @@ query: > message:"SSHTimeout: Connection to the" AND message:"via SSH timed out." - AND filename:"console.html" + AND filename:"console.html" AND + NOT build_name:"check-tempest-dsvm-neutron-heat-slow"