Add query for build timeouts on vexxhost bug 1565850

376 hits in 7 days in check and gate queues in voting jobs,
this is filtered on the vexxhost node provider ymq-1 because
79% of build timeouts are on this node provider.

Change-Id: Iade7b1cd887b8a41c8cf6cd21bd628756ccd37a4
Related-Bug: #1565850
This commit is contained in:
Matt Riedemann 2016-04-04 11:29:56 -04:00
parent ededdd0f60
commit dc47c2f90a
1 changed files with 7 additions and 0 deletions

7
queries/1565850.yaml Normal file
View File

@ -0,0 +1,7 @@
query: >-
(message:"+ echo 'Job timed out\'" OR
message:"Build timed out (after") AND
tags:"console" AND
(build_queue:check OR
build_queue:gate) AND
node_provider:"ymq-1"