Merge "Add query for OVB testenv failures"

This commit is contained in:
Zuul 2018-03-22 16:02:46 +00:00 committed by Gerrit Code Review
commit 0a97a78a01
1 changed files with 11 additions and 0 deletions

11
queries/1716008.yaml Normal file
View File

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