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
This commit is contained in:
David Moreau-Simard 2017-09-19 09:11:44 -04:00
parent fe21639a1a
commit 9358e081de
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 4 additions and 0 deletions

4
queries/1718197.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"Timeout" AND
message:"waiting for privilege escalation prompt" AND
tags:"console"