summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/haskell-package-plan.yaml4
-rw-r--r--logparse/haskell-package-plan.rules8
2 files changed, 12 insertions, 0 deletions
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:/