diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-08 19:16:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-08 19:16:14 +0100 |
commit | eb4e6f9f8946cb16bc7ed0c0fe94c61a1e7b7d6b (patch) | |
tree | 719d216ef33680ed3a391e95604552f5f5324564 /job-cfg | |
parent | e4d9afb4c42933235d036c37e48d2283b585acaf (diff) | |
download | jenkins.debian.net-eb4e6f9f8946cb16bc7ed0c0fe94c61a1e7b7d6b.tar.xz |
fix wheezy-lxde job (which failed due to empty -cdrom param for qemu) and further cleanup of configuration
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/cd-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index f3c2a240..25699c00 100644 --- a/job-cfg/cd-test.yaml +++ b/job-cfg/cd-test.yaml @@ -65,5 +65,5 @@ my_shell: '/srv/jenkins/bin/cd_tester.sh 3 wheezy-lxde 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 LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/wheezy-lxde-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 17 * * *' - my_recipients: 'jenkins+debian-boot holger@layer-acht.org' + my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable |