diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 01:30:47 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 01:30:47 +0100 |
commit | 577d9b4ea9a2f3a63be63edb0dd9224f657e249c (patch) | |
tree | f6fbd13296b6305cb8fbbc5370d72c5593141f4d /job-cfg | |
parent | 76ba2eff4297cfc03e80d966cec518f03c5a111d (diff) | |
parent | 77a0ccd429f5f9729e8066541977557ff4bb7e98 (diff) | |
download | jenkins.debian.net-577d9b4ea9a2f3a63be63edb0dd9224f657e249c.tar.xz |
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 9fc0aa2b..34815974 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -346,8 +346,8 @@ my_recipients: 'holger@layer-acht.org' - '{name}_debian_wheezy_kfreebsd': my_title: 'Debian (wheezy) kfreebsd desktop install' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-kfreebsd-amd64/current/images/netboot/mini.iso' - my_description: 'Do a fully automated installation of Debian kfreebsd desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_kfreebsd_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-kfreebsd-amd64/current/images/netboot-9/gtk/netboot.tar.gz' + my_description: 'Do a fully automated installation of Debian kfreebsd-amd64 desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_kfreebsd_preseed.cfg">this preseed.cfg</a>) using PXE netboot gtk.' my_timed: '42 16 21 * *' my_recipients: 'holger@layer-acht.org' - '{name}_debian_wheezy_lxde': @@ -376,8 +376,8 @@ my_recipients: 'holger@layer-acht.org' - '{name}_debian_jessie_kfreebsd': my_title: 'Debian (jessie) kfreebsd desktop install' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-9/mini.iso' - my_description: 'Do a fully automated installation of Debian kfreebsd desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_kfreebsd_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-10/gtk/netboot.tar.gz' + my_description: 'Do a fully automated installation of Debian kfreebsd-amd64 desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_kfreebsd_preseed.cfg">this preseed.cfg</a>) using PXE netboot gtk.' my_timed: '42 16 */7 * *' #my_timed: '42 16 2,9,16,23 * *' my_recipients: 'holger@layer-acht.org' @@ -400,9 +400,9 @@ my_timed: '42 8 * * *' my_recipients: 'holger@layer-acht.org' - '{name}_debian_sid_daily_kfreebsd': - my_title: 'Debian (sid daily build CD) kfreebsd desktop install' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/kfreebsd-amd64/iso-cd/debian-testing-kfreebsd-amd64-netinst.iso' - my_description: 'Do a fully automated installation of Debian kfreebsd desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_title: 'Debian (sid daily build PXE) kfreebsd desktop install' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-10/gtk/netboot.tar.gz' + my_description: 'Do a fully automated installation of Debian kfreebsd-amd64 desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg">this preseed.cfg</a>) using PXE netboot gtk.' my_timed: '42 8 */7 * *' #my_timed: '42 8 * * *' my_recipients: 'holger@layer-acht.org' |