diff options
author | Philip Hands <phil@hands.com> | 2016-10-31 11:26:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-03 10:28:15 +0100 |
commit | a56367c4cad5a68d82a3819a87c018ee6b8bb912 (patch) | |
tree | 6f3d83379efe9164c6ae807295b7260015a8d2f7 | |
parent | e781b580faee6515eff45a069e0432d457e6ebf5 (diff) | |
download | jenkins.debian.net-a56367c4cad5a68d82a3819a87c018ee6b8bb912.tar.xz |
lvc: add test for daily netboots
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 11b6a08d..87b7b798 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -68,6 +68,10 @@ 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-testing-netboot-daily': + dist_name: 'Debian-Installer Testing Netboot (Daily)' + my_iso: 'https://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/mini.iso' + my_time: 'H */8 * * *' - 'debian-miniiso': dist_name: 'Debian-Installer local mini.iso' my_iso: 'use_TRIGGERING_BRANCH' |