[Qa-jenkins-scm] [jenkins.debian.net] 02/02: disable irc notifications for d-i_build* jobs due to gcc5 transition

Holger Levsen holger at moszumanska.debian.org
Sun Aug 2 23:02:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit fe5eda1e4516bc14ced2efce08f4073e1af4ef88
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 3 01:00:57 2015 +0200

    disable irc notifications for d-i_build* jobs due to gcc5 transition
---
 job-cfg/d-i.yaml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 15b7fa1..d49e88e 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',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list