summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-03 01:00:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-03 16:20:13 +0200
commit6d3833d1085aafe17aed2d4c26982694ebe92d51 (patch)
tree5126fc7cbde994dade42d77f81cfe30750d230cd /job-cfg/d-i.yaml.py
parent3cfe5434ec422a0c282647a8f680504606f30743 (diff)
downloadjenkins.debian.net-6d3833d1085aafe17aed2d4c26982694ebe92d51.tar.xz
disable irc notifications for d-i_build* jobs due to gcc5 transition
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 15b7fa1d..d49e88ee 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -324,8 +324,8 @@ data.extend(
'logrotate': lr(90),
'publishers': publ(irc=irc)}}
for (n,bdsc,br,trg,irc)
- in [('d-i-build', 'master branch', 'origin/master', 'H/6 * * * *', 'debian-boot'),
- ('d-i-pu-build', 'pu/ branches', 'origin/pu/**' , 'H/10 * * * *', 'debian-boot')]])
+ in [('d-i-build', 'master branch', 'origin/master', 'H/6 * * * *', ''), # irc should be 'debian-boot' but disabled due to gcc5 transition
+ ('d-i-pu-build', 'pu/ branches', 'origin/pu/**' , 'H/10 * * * *', '')]]) # same
data.append(
jobspec_svn(key='job-template',