summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-04-13 08:48:57 +0200
committerHelmut Grohne <helmut@subdivi.de>2014-04-13 08:48:57 +0200
commitc68d4632d66614eab7f760984ecf624ce6a048df (patch)
treedecdc3ea8067cb3182fcd0a27551d8ca3d9172a7
parentfc719d41e8ba10f145adeda2e3993f98f3f461f5 (diff)
downloadjenkins.debian.net-c68d4632d66614eab7f760984ecf624ce6a048df.tar.xz
add logparse rules for rebootstrap
-rw-r--r--job-cfg/rebootstrap.yaml4
-rw-r--r--logparse/rebootstrap.rules7
2 files changed, 11 insertions, 0 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml
index 01b29e0e..1706dbf2 100644
--- a/job-cfg/rebootstrap.yaml
+++ b/job-cfg/rebootstrap.yaml
@@ -30,6 +30,10 @@
publishers:
- email:
recipients: 'jenkins+debian-bootstrap helmutg@debian.org holger@layer-acht.org'
+ - logparser:
+ parse-rules: '/srv/jenkins/logparse/rebootstrap.rules'
+ unstable-on-warning: 'false'
+ fail-on-error: 'false'
- job-template:
diff --git a/logparse/rebootstrap.rules b/logparse/rebootstrap.rules
new file mode 100644
index 00000000..608c3587
--- /dev/null
+++ b/logparse/rebootstrap.rules
@@ -0,0 +1,7 @@
+info /^progress-mark:/
+error /^dpkg-buildpackage: error:/
+error /^make: \*\*\* \[[^]]*\] Error /
+error /^Patch .* does not apply/
+error /fatal error:/
+error /^configure: error: /
+warning /cannot stat .*: No such file or directory/