From 6c767dd49871811ff532a0788564a4ab357dc221 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 28 Apr 2015 12:04:05 -0700 Subject: [PATCH] Expand fingerprint for git fetch error Make it look at all console files and add a second string. Change-Id: I59f9ca2a68ace4c9269a74b7537f40d9f05b08b0 --- queries/1282876.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/1282876.yaml b/queries/1282876.yaml index 771aa483..f2bf4ccb 100644 --- a/queries/1282876.yaml +++ b/queries/1282876.yaml @@ -1,4 +1,4 @@ query: > - message:"fatal: The remote end hung up unexpectedly" - AND filename:"console.html" - AND NOT build_queue:check-tripleo + (message:"fatal: The remote end hung up unexpectedly" OR + (message:"fatal:" AND message:"Recv failure: Connection timed out")) AND + tags:"console" AND NOT build_queue:"check-tripleo"