From 939255f9207805837aac7bfda506649492803a2c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 3 Aug 2014 20:05:29 -0700 Subject: [PATCH] Update query for bug 129806 I hit a similar infra/git clone timeout bug so update the fingerprint for multiple types of fails. Change-Id: I69dd2b32072a5961c3de3dcaa46082a31769d25b Related-Bug: #1298006 --- queries/1298006.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/queries/1298006.yaml b/queries/1298006.yaml index ff72ac22..94f7ecd0 100644 --- a/queries/1298006.yaml +++ b/queries/1298006.yaml @@ -1,3 +1,5 @@ query: >- - message:"fatal: unable to connect to git.openstack.org" - AND tags:console \ No newline at end of file + message:"fatal: unable to" AND ( + message:"connect to git.openstack.org" OR + message:"Failed to connect to git.openstack.org port 443: Connection timed out") AND + tags:console