From 673c7b6ec683edb7171efe7be7c03136f66cfe00 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 15 Nov 2018 14:39:19 +0000 Subject: [PATCH] Improve generic zuul timeouts identification: RESULT_TIMED_OUT Looks for RUN END RESULT_TIMED_OUT and link them to tracer bug. Change-Id: I95953b124c3c491820a318a5bfd75d39de14e088 Story: https://tree.taiga.io/project/tripleo-ci-board/issue/308 Related-Bug: 1686542 --- queries/1686542.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/1686542.yaml b/queries/1686542.yaml index 45419773..2ef6fe29 100644 --- a/queries/1686542.yaml +++ b/queries/1686542.yaml @@ -1,4 +1,5 @@ query: >- (message: "FAILED with status: 137" OR - message: "FAILED with status: 143") AND + message: "FAILED with status: 143" OR + message: "RUN END RESULT_TIMED_OUT") AND tags: "console"