diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 14:02:07 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 14:02:07 +0200 |
commit | 33c52f572d03a108d5423e7f56bc26461080f522 (patch) | |
tree | 9f46e1af6e663e06dae648c8571f4cc336131fc5 | |
parent | 4c54db9b4df5cff1f54a0f3146a599db091bbd39 (diff) | |
download | jenkins.debian.net-33c52f572d03a108d5423e7f56bc26461080f522.tar.xz |
haskell-package-plan: logparse rules
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 4 | ||||
-rw-r--r-- | logparse/haskell-package-plan.rules | 8 |
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:/ |