summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-13 21:14:38 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-16 22:33:02 +0200
commit2f788e3a92f4a36bf0a0114ea9ac80887dc541dd (patch)
tree3aece8c21926f0801a18e4d54645a49afab7d996 /job-cfg
parentaeaa9a36db9b482f51520f669ff086b639b7c3f3 (diff)
downloadjenkins.debian.net-2f788e3a92f4a36bf0a0114ea9ac80887dc541dd.tar.xz
lvc: hack to allow use of local images (FIXME for pb10)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/lvc.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index dab5eb7b..11077d47 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -69,6 +69,9 @@
dist_name: 'Debian-Installer Testing (Daily)'
my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
my_time: 'H */8 * * *'
+ - 'debian-miniiso':
+ dist_name: 'Debian-Installer local mini.iso'
+ my_iso: '/srv/d-i/isos/mini.iso'
- 'debian-testing-daily-broken':
dist_name: 'Debian-Installer Testing (Daily) -- Broken Scenarios'
my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'