summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-30 09:36:27 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:14 +0100
commitd575d5df6fdbd8b3cc7a7c212adc9b6272a3ba1b (patch)
treecae4a6b8867e9a41b124ebe30aa7adeb6aa98869 /job-cfg/d-i.yaml.py
parent70295394b5b1f2a6ee995cea47a1c23708ed9662 (diff)
downloadjenkins.debian.net-d575d5df6fdbd8b3cc7a7c212adc9b6272a3ba1b.tar.xz
jenkins-test-vm: also define debootstrap job
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 0e25e10c..647e17ec 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' ]
+ pkgs = [ 'debian-installer', 'preseed', 'debootstrap' ]
jobs = [ '{name}_build-group', '{name}_pu-build-group']
# add a special job for triggering from the pu/ branches