From 7658c47356d25b37396296edc2e48efac01c8939 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 1 Feb 2014 14:25:51 -0800 Subject: [PATCH] Add query for bug 1265495 Started showing up around 1/28, spiked on 1/30 and has been around ever since. You'll note that this is already a 100% fail rate but it's restricted to check-tempest-dvsm-neutron* jobs, so we could add that to the query to filter out other jobs if we're paranoid of this conflicting with bug 1253896 somehow. Related-Bug: #1265495 Change-Id: I234349076327be938acfcd740078aa52102a6104 --- queries/1265495.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1265495.yaml diff --git a/queries/1265495.yaml b/queries/1265495.yaml new file mode 100644 index 00000000..26362f70 --- /dev/null +++ b/queries/1265495.yaml @@ -0,0 +1,3 @@ +query: > + filename:"console.html" AND + message:"raise SSHException(\'Error reading SSH protocol banner\' + str(x))"