summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-20 21:09:57 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-20 21:09:57 +0100
commit3ed97d53ed717f11440223cf84352d0f53eea539 (patch)
treedb0fec9346cacd62402ca2eebea654fef8bd4a52 /job-cfg/chroot-installation.yaml.py
parentd060d88c054433c31e4d33290888537e26f5d2c2 (diff)
downloadjenkins.debian.net-3ed97d53ed717f11440223cf84352d0f53eea539.tar.xz
chroot-installation: add tests for packages relevant to the DebConf videoteam
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, 4 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ca66ec25..3373301b 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -44,6 +44,7 @@ all_targets = [
'qt5',
'haskell',
'developer',
+ 'debconf-video',
'education-tasks',
'education-menus',
'education-astronomy',
@@ -98,6 +99,8 @@ def get_recipients(target):
return 'jenkins+debian-qa pkg-gnome-maintainers@lists.alioth.debian.org qa-jenkins-scm@lists.alioth.debian.org'
elif target == 'cinnamon':
return 'jenkins+debian-cinnamon pkg-cinnamon-team@lists.alioth.debian.org qa-jenkins-scm@lists.alioth.debian.org'
+ elif target == 'debconf-video':
+ return 'jenkins+debconf-video qa-jenkins-scm@lists.alioth.debian.org'
elif target[:3] == 'kde' or target[:2] == 'qt':
return 'jenkins+debian-qa debian-qt-kde@lists.debian.org qa-jenkins-scm@lists.alioth.debian.org'
elif target[:10] == 'education-':
@@ -134,6 +137,7 @@ spoken_names = {
'full_desktop': 'four desktop environments and the most commonly used applications and packages',
'haskell': 'all Haskell related packages',
'developer': 'four desktop environments and the most commonly used applications and packages - and the build depends for all of these',
+ 'debconf-video': 'all packages relevant for the DebConf videoteam',
}
def get_spoken_name(target):
if target[:10] == 'education-':