summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-07 13:32:41 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-07 13:32:41 +0200
commitb8d268f5848846c63762a33b76de76e8e0255284 (patch)
tree4604c9404013e45fc4427a09c8d9cdc0768ee036 /job-cfg/chroot-installation.yaml.py
parent1ba9403bae9f1de9a6b071ba40e461fa93ee4ca7 (diff)
downloadjenkins.debian.net-b8d268f5848846c63762a33b76de76e8e0255284.tar.xz
chroot-installation: warn about transitional packages installed in sid
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index f429b46c..1a151457 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -244,7 +244,9 @@ data.append(
'first-failure': True,
'fixed': True,
'recipients': '{my_recipients}',
- 'subject': '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'}}],
+ 'subject': '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'}},
+ { 'logparser': { 'parse-rules': '/srv/jenkins/logparse/chroot-installation.rules',
+ 'unstable-on-warning': True,}}],
'triggers': [{ 'timed': '{my_time}'}],
'wrappers': [{ 'timeout': { 'timeout': 360}}]}})
data.append(