diff options
Diffstat (limited to 'job-cfg/g-i-installation.yaml')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 13eba7d3..4eaa0706 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -119,6 +119,14 @@ - job-template: defaults: g-i-installation + name: '{name}_debian_wheezy_gnome' + +- job-template: + defaults: g-i-installation + name: '{name}_debian_squeeze_xfce' + +- job-template: + defaults: g-i-installation name: '{name}_debian_sid_daily-xfce' - job-template: @@ -194,21 +202,33 @@ my_description: 'Do a fully automated installation of Debian LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 19 2,9,16,23 * *' my_recipients: 'holger@layer-acht.org' + - '{name}_debian_wheezy_gnome': + my_title: 'Debian (wheezy) GNOME desktop install' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 11 debian_wheezy_gnome 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/' + my_description: 'Do a fully automated installation of Debian GNOME desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_timed: '42 19 2,9,16,23 * *' + my_recipients: 'holger@layer-acht.org' + - '{name}_debian_squeeze_xfce': + my_title: 'Debian (squeeze) XFCE desktop install' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 12 debian_squeeze_xfce 10 http://ftp.de.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/' + my_description: 'Do a fully automated installation of Debian XFCE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_squeeze_xfce_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_timed: '# debian squeeze jobs are only build on request. squeeze is stable.' + my_recipients: 'holger@layer-acht.org' - '{name}_debian_sid_daily-xfce': my_title: 'Debian (sid daily build CD) XFCE desktop install' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 11 debian_sid_daily-xfce 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 13 debian_sid_daily-xfce 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' my_description: 'Do a fully automated installation of Debian XFCE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily-xfce_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 8 * * *' my_recipients: 'holger@layer-acht.org' - '{name}_debian_sid_daily-lxde': my_title: 'Debian (sid daily build CD) LXDE desktop install' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 12 debian_sid_daily-lxde 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 14 debian_sid_daily-lxde 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' my_description: 'Do a fully automated installation of Debian LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily-lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 10 * * *' my_recipients: 'holger@layer-acht.org' - '{name}_debian_sid_daily-rescue': my_title: 'Debian (sid daily build CD) rescue mode' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 13 debian_sid_daily-rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 15 debian_sid_daily-rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily-rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 6 * * *' my_recipients: 'holger@layer-acht.org' |