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
This commit is contained in:
Salvatore Orlando 2014-02-24 06:57:34 -08:00
parent daf9b7033c
commit 3a0742e376

View File

@ -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"