diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-03 01:00:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-03 01:00:57 +0200 |
commit | fe5eda1e4516bc14ced2efce08f4073e1af4ef88 (patch) | |
tree | 2f27d9a659f7e3c3ed1229a31387eac4db465f47 /job-cfg | |
parent | adf0ea2e0b137b120d01644ca50cf7d87386ec3c (diff) | |
download | jenkins.debian.net-fe5eda1e4516bc14ced2efce08f4073e1af4ef88.tar.xz |
disable irc notifications for d-i_build* jobs due to gcc5 transition
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 4 |
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', |