diff options
author | Philip Hands <phil@hands.com> | 2015-06-03 10:03:31 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2015-06-03 11:46:24 +0100 |
commit | 525ed8553d174fb1d8068936080f0bfb398f161e (patch) | |
tree | 37f3055e0ac337eb0e374866b3247875ad1309fe /job-cfg | |
parent | 7d60cbc2a9f17adb9c82b565048786e8feda4599 (diff) | |
download | jenkins.debian.net-525ed8553d174fb1d8068936080f0bfb398f161e.tar.xz |
Revert "add jobs for pu/** branches (probably ;-))"
This reverts commit 1bd58348d51adda421776998bf808eceedc6c8a1.
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index 950e5dba..9a4c8d9c 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -210,7 +210,7 @@ def publ(fmt=None,trigger=False): {'logparser': {'parse-rules': '/srv/jenkins/logparse/debian-installer.rules', 'unstable-on-warning': 'true', 'fail-on-error': 'true'}}, - {'email': {'recipients': 'jenkins+debian-bot qa-jenkins-scm@lists.alioth.debian.org'}}]) + {'email': {'recipients': 'jenkins+debian-boot qa-jenkins-scm@lists.alioth.debian.org'}}]) if fmt != None: p.append({'archive': {'artifacts': fmt + '/**/*.*', 'latest_only': True}}) return p @@ -363,8 +363,6 @@ data.extend(map(lambda (l, f): jtmpl(act='manual',lang=l,fmt=f,po=(l not in non_ data.extend(map(lambda l: jtmpl(act='build',lang=l), pkgs)) -data.extend(map(lambda l: jtmpl(act='pu-build',lang=l), pkgs)) - jobs = [ '{name}_maintenance', '{name}_check_jenkins_jobs', @@ -379,10 +377,7 @@ jobs.extend(map(lambda (l, fmt): {'_'.join(['{name}','manual',l,fmt]): {'lang': for f in ['html', 'pdf'] for l in langs.keys()]))) -jobs.extend(map(lambda (p): {'_'.join(['{name}','build',p]): {'gitrepo': 'git://git.debian.org/git/d-i/' + p}}, - pkgs)) - -jobs.extend(map(lambda (p): {'_'.join(['{name}','pu-build',p]): {'gitrepo': 'git://git.debian.org/git/d-i/' + p}}, +jobs.extend(map(lambda (p): {'_'.join(['{name}','build',p]): {'gitrepo': 'git://git.debian.org/git/d-i/' + p}}, pkgs)) data.append( |