From 3ed97d53ed717f11440223cf84352d0f53eea539 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Nov 2016 21:09:57 +0100 Subject: chroot-installation: add tests for packages relevant to the DebConf videoteam Signed-off-by: Holger Levsen --- job-cfg/chroot-installation.yaml.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'job-cfg/chroot-installation.yaml.py') 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-': -- cgit v1.2.3-54-g00ecf