diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-12-04 22:57:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-05 00:19:11 +0100 |
commit | 77ccfca2ec49cf7e4a65adee20561fe7e8198f25 (patch) | |
tree | 7e7d2e2c9877a67850c3ff0867c40492c58a0b3f /job-cfg | |
parent | c957558f3291535e31e56cae3ac7b90c31430984 (diff) | |
download | jenkins.debian.net-77ccfca2ec49cf7e4a65adee20561fe7e8198f25.tar.xz |
Add new CD test for Debian Edu/Squeeze test image with Standalone profile.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/cd-test.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index ff07b6bb..cdebc076 100644 --- a/job-cfg/cd-test.yaml +++ b/job-cfg/cd-test.yaml @@ -41,6 +41,10 @@ - job-template: defaults: cd-test + name: '{name}_debian_edu_squeeze_test_standalone' + +- job-template: + defaults: cd-test name: '{name}_lxde_wheezy' - project: @@ -51,6 +55,10 @@ 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 (with <a href="http://jenkins.debian.net/userContent/debian-edu-wheezy-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_timed: '42 23 * * *' + - '{name}_debian_edu_squeeze_test_standalone': + my_shell: '/srv/jenkins/bin/cd_tester.sh 1 debian-edu-squeeze-test-standalone http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' + my_description: 'Do a fully automated installation of Debian Edu Squeeze (test) standalone - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/debian-edu-squeeze-test-standalone-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' + my_timed: '42 23 * * *' - '{name}_lxde_wheezy': my_shell: '/srv/jenkins/bin/cd_tester.sh 2 lxde-wheezy 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/lxde-wheezy-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' |