summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/