From 6b60f3b09bc85b4a4791c19821e187313cb2d1db Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 13 Dec 2013 11:41:22 -0800 Subject: [PATCH] Add e-r query for bug 1258682 When the build times out and this fails, there are no logs really so we have to base this on the build timeout message in the console log. Note that we are essentially doing a wildcard for the timeout value but we restrict the query based on build_name to avoid hits on some swift jobs. Related-Bug: #1258682 Change-Id: I0db0e08627609b44ec8ea132b980021f8d7b7b9d --- queries/1258682.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1258682.yaml diff --git a/queries/1258682.yaml b/queries/1258682.yaml new file mode 100644 index 00000000..6e5f8a2e --- /dev/null +++ b/queries/1258682.yaml @@ -0,0 +1,5 @@ +query: > + message:"Build timed out (after" AND + message:"minutes). Marking the build as failed." AND ( + build_name:check-tempest-* OR build_name:gate-tempest-*) AND + filename:"console.html"