diff options
author | Philip Hands <phil@hands.com> | 2016-11-25 15:53:41 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-11-26 23:52:18 +0100 |
commit | 29c80a8b77482b6ccab04f49f4f46e42c8ba9b44 (patch) | |
tree | 32bb21a23c3275a7767835dc00fcd8d99fce71e5 /job-cfg | |
parent | 4526fa904772a95a1313738ac0168580be5a4d93 (diff) | |
download | jenkins.debian.net-29c80a8b77482b6ccab04f49f4f46e42c8ba9b44.tar.xz |
lvc: add a debianedu job
Diffstat (limited to 'job-cfg')
-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' |