From 33c52f572d03a108d5423e7f56bc26461080f522 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 16 Apr 2014 14:02:07 +0200 Subject: haskell-package-plan: logparse rules --- job-cfg/haskell-package-plan.yaml | 4 ++++ logparse/haskell-package-plan.rules | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 logparse/haskell-package-plan.rules diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 356e0377..7f1484a1 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -25,6 +25,10 @@ publishers: - email: recipients: '{my_recipients}' + - logparser: + parse-rules: '/srv/jenkins/logparse/haskell-package-plan.rules' + unstable-on-warning: 'false' + fail-on-error: 'false' scm: - git: url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git' diff --git a/logparse/haskell-package-plan.rules b/logparse/haskell-package-plan.rules new file mode 100644 index 00000000..7c9c109c --- /dev/null +++ b/logparse/haskell-package-plan.rules @@ -0,0 +1,8 @@ +info /^\d+ packages successfully tested for co-installability/ +warn /^Updated:/ +warn /^Obsolete:/ +warn /^Added:/ +error /^ERROR:/ +error /^OLD:/ +error /^REMOVED:/ +error /^MISSING:/ -- cgit v1.2.3-70-g09d2