From 9358e081deaed58f0a8a0e1972558752e2f707ef Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Tue, 19 Sep 2017 09:11:44 -0400 Subject: [PATCH] Add query for Ansible privilege escalation timeout We've been seeing ansible privilege escalation timeouts from time to time on the zuul v3 jobs, let's track it down in order to have a better understanding of what's going on. Change-Id: Icc7837766621d2e131678f6ae71456220210f52e Related-Bug: #1718197 --- queries/1718197.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1718197.yaml diff --git a/queries/1718197.yaml b/queries/1718197.yaml new file mode 100644 index 00000000..35184ce0 --- /dev/null +++ b/queries/1718197.yaml @@ -0,0 +1,4 @@ +query: > + message:"Timeout" AND + message:"waiting for privilege escalation prompt" AND + tags:"console"