diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-12-12 22:26:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-13 22:49:44 +0100 |
commit | 8cbac7715d28bbf844a93360a6a50e5340930348 (patch) | |
tree | e2ed3275a5b2eda29fbcc4dc43ff414530b7f077 /job-cfg | |
parent | 2587c4c277ab9c72c3938ff70c38f9eab4e4eeaf (diff) | |
download | jenkins.debian.net-8cbac7715d28bbf844a93360a6a50e5340930348.tar.xz |
Add debian_wheezy_kde CD installation test.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 3884ebd9..1290a624 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -69,6 +69,10 @@ - job-template: defaults: g-i-installation + name: '{name}_debian_wheezy_kde' + +- job-template: + defaults: g-i-installation name: '{name}_debian_sid_daily-lxde' - job-template: @@ -129,4 +133,9 @@ 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' + - '{name}_debian_wheezy_kde': + my_shell: '/srv/jenkins/bin/g-i-installation.sh 11 debian_wheezy_kde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/' + my_description: 'Do a fully automated installation of Debian installing the KDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_timed: '42 15 2,9,16,23 * *' + my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot here and for other jobs - once we made this more stable |