From: Holger Levsen Date: Tue, 2 Apr 2013 15:35:19 +0000 (+0200) Subject: gw-autoetest.logparse.rules: be less picky about ignored warnings X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c80f95db939a74d8e826d1c721a2832aa4bd27d6;p=profitbricks%2Fjenkins-build-scripts.git gw-autoetest.logparse.rules: be less picky about ignored warnings --- diff --git a/logparse/gw-autotest.rules b/logparse/gw-autotest.rules index e6f2aa4..285af2b 100644 --- a/logparse/gw-autotest.rules +++ b/logparse/gw-autotest.rules @@ -1,17 +1,10 @@ # see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin -ok /not really/ - # examples for ok despite warnings -ok /^WARNING: U.{5}: can not be positioned properly/ -ok /^WARNING: U.{5}: no glyph defined/ -ok /^WARNING: U.{5}: .+ broken pixel/ -ok /^WARNING: Unknown X keysym/ ok /^WARNING: Can not find/ ok /^WARNING: Skipping too long sequence:/ -ok /^FINER: RET: Warning: Permanently added .+ (RSA) to the list of known hosts./ -ok /.+WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!.+/ +ok /^FINER: RET: Warning: Permanently added .+ to the list of known hosts./ # match line starting with 'error ', case-insensitive error /(?i)^error /