diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 16:02:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 16:02:51 +0100 |
commit | bc35abe3708512af6f58a50f55dac65df7045fd8 (patch) | |
tree | 44b774aa355a82105cc5dbdd60a8ab73d5fccf1d /job-cfg | |
parent | 1472255921d061b58049bc268fa6f32e526d557f (diff) | |
download | jenkins.debian.net-bc35abe3708512af6f58a50f55dac65df7045fd8.tar.xz |
first shot at lxde-wheezy
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/cd-test.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index 407e9697..96b59b92 100644 --- a/job-cfg/cd-test.yaml +++ b/job-cfg/cd-test.yaml @@ -39,12 +39,20 @@ defaults: cd-test name: '{name}_debian_edu_wheezy' +- job-template: + defaults: cd-test + name: '{name}_lxde_wheezy' + - project: name: cd-test do_not_edit: '<br><br>Configured by <a href="http://jenkins.debian.net/userContent/about.html">jenkins-job-builder</a>, do not edit this job through the web UI.' jobs: - '{name}_debian_edu_wheezy': my_shell: '/srv/jenkins/bin/cd_tester.sh 1 debian-edu-wheezy http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' - my_description: 'Do a fully automated installation of Debian Edu Wheezy standalone - via d-i preseeding.' + my_description: 'Do a fully automated installation of Debian Edu Wheezy standalone - via d-i preseeding using the netinst CD image.' my_timed: '42 23 * * *' + - '{name}_lxde_wheezy': + my_shell: '/srv/jenkins/bin/cd_tester.sh 2 lxde 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 LXDE desktop - via d-i preseeding using netboot gtk.' + my_timed: '42 17 * * *' |