summaryrefslogtreecommitdiffstats
path: root/logparse
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-01-06 02:18:51 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-06 13:29:18 +0100
commit8d7f5755584310bc104a315a72a48585d2795f5f (patch)
treefe3cbffd718ce1061c9c2ef56747f4bef317e335 /logparse
parent082507b7bd3c2225e465eb97533ec2acb3488628 (diff)
downloadjenkins.debian.net-8d7f5755584310bc104a315a72a48585d2795f5f.tar.xz
logparse: don't warn about the warnings python module
Diffstat (limited to 'logparse')
-rw-r--r--logparse/debian-pkg-ci.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules
index f6a649fb..5974ea96 100644
--- a/logparse/debian-pkg-ci.rules
+++ b/logparse/debian-pkg-ci.rules
@@ -6,6 +6,8 @@ ok /Error while decoding stream/
# ignore images…
ok /warning\.png/
+# and python files
+ok /warnings.+pyc?$/
# match line starting with 'error ', case-insensitive
error /(?i)^error /