From 76b9afa9d977a8e95cd349df2091f67e2cbbbf80 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Tue, 3 Oct 2017 13:47:44 -0400 Subject: [PATCH] Add query for UNREACHABLE tasks We have been seeing a high amount of tasks resulting in an UNREACHABLE state. This volume might hint at a problem with zuul v3 executors or something like that. Let's track this with elastic-recheck. Change-Id: I4cf9cbd673164dff8ee99771bb5e7e4b7be93167 Related-Bug: #1721093 --- queries/1721093.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1721093.yaml diff --git a/queries/1721093.yaml b/queries/1721093.yaml new file mode 100644 index 00000000..c9464162 --- /dev/null +++ b/queries/1721093.yaml @@ -0,0 +1,3 @@ +query: > + message:"Make sure this host can be reached over ssh\", \"unreachable\": true" AND + tags:"console"