diff options
-rw-r--r-- | job-cfg/lvc.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index a45f2d7d..81acd124 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -88,6 +88,10 @@ dist_name: 'Debian-Installer Stretch alpha8' 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' + - 'debianedu-testing-netinst': + dist_name: 'Debian-Edu Testing Netinst' + my_iso: 'http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' + my_time: 'H H * * H' #- 'debian-testing-daily-broken': # 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' |