From ba78192a4a7bd58172ca5b69fa8ee173b86f0f77 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 8 Sep 2017 16:20:20 +0000 Subject: [PATCH] Add query for OVB testenv failures We just hit a large number of these because of the deluge of jobs that came in after the image issues were resolved. We should have a query to track these failures and let people know what happened. Change-Id: I94908b42063f65b96df09a9c349dd168562b589d Related-Bug: 1716008 --- queries/1716008.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 queries/1716008.yaml diff --git a/queries/1716008.yaml b/queries/1716008.yaml new file mode 100644 index 00000000..48483088 --- /dev/null +++ b/queries/1716008.yaml @@ -0,0 +1,11 @@ +# This is a general tracking query for all OVB infrastructure failures. +# It is intended to serve two purposes: First, to let us know when such +# failures are occurring, and second to notify users of what happened +# when their job fails in this way, since it may not be obvious to them +# what went wrong. Please leave this query in place even if there are no +# recent hits for it. +query: >- + (message:"ERROR - Failed creating OVB stack" OR + message:"ERROR - Couldn't retrieve env") AND + tags:console +suppress-graph: true