diff options
author | Philip Hands <phil@hands.com> | 2016-11-13 21:13:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 11:06:34 +0100 |
commit | 438753cf35aced48f326a83b714b77065242bc65 (patch) | |
tree | 382961f8440137c2d8c88f85450faedf79cfb7cc /job-cfg | |
parent | b57ff2fde4379540409af951d7017fe23a56a2a3 (diff) | |
download | jenkins.debian.net-438753cf35aced48f326a83b714b77065242bc65.tar.xz |
lvc: use the d-i a8 netinst for the broken test
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 87b7b798..e1869950 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -77,7 +77,7 @@ my_iso: 'use_TRIGGERING_BRANCH' my_opts: '--tags @preseed' - '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' + dist_name: 'Debian-Installer Stretch alpha8 -- Broken Scenarios' + my_iso: 'http://cdimage.debian.org/cdimage/stretch_di_alpha8/amd64/iso-cd/debian-stretch-DI-alpha8-amd64-netinst.iso' my_time: 'H H * * H' my_opts: '--tags @broken' |