diff options
author | Philip Hands <phil@hands.com> | 2016-05-26 21:23:20 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-26 21:23:20 +0200 |
commit | eef7657e1f157e42de34a5e3a4e06da937a07339 (patch) | |
tree | 0f12a2b52b3cae9811ef646df66308d8055fc895 /job-cfg | |
parent | 5321d3ad2a10788de04de728ff4c5bb093e3487e (diff) | |
download | jenkins.debian.net-eef7657e1f157e42de34a5e3a4e06da937a07339.tar.xz |
lvc: enable the testing-daily job
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 179ff2e0..d4ee9672 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -63,6 +63,6 @@ - 'debian-8.4.0': dist_name: 'Debian-Installer 8.4.0' my_iso: 'http://cdimage.debian.org/debian-cd/8.4.0/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso' - #- 'debian-testing-daily': - # dist_name: 'Debian-Installer Testing (Daily)' - # my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/arm64/iso-cd/debian-testing-arm64-netinst.iso' + - 'debian-testing-daily': + 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' |