summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-01 09:37:13 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:16 +0100
commitbc0570515f6a3dd45f67b4dd660f210bb03ce9a1 (patch)
tree338b4fea9953ae4a8798543c5a4496750a6b2bd6 /job-cfg/d-i.yaml.py
parenta56367c4cad5a68d82a3819a87c018ee6b8bb912 (diff)
downloadjenkins.debian.net-bc0570515f6a3dd45f67b4dd660f210bb03ce9a1.tar.xz
jenkins-test-vm: enable jobs for debian-installer-utils
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 5f7fc00d..4ab8be00 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -188,7 +188,7 @@ jobs = [
]
if "jenkins-test-vm" == os.uname()[1]:
- pkgs = [ 'debian-installer', 'preseed', 'debootstrap' ]
+ pkgs = [ 'debian-installer', 'preseed', 'debootstrap', 'debian-installer-utils' ]
jobs = [ '{name}_build-group', '{name}_pu-build-group']
# add a special job for triggering from the pu/ branches