diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2013-01-31 20:41:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-31 23:08:51 +0100 |
commit | 29d2f90a38d799bc456424591a08c49ab7585ab5 (patch) | |
tree | f40c6acd5c6899f8e1bc9442cd0e278ded5aae51 /job-cfg | |
parent | 86b258417d5f6b66c43297e70768f7e57e3622f8 (diff) | |
download | jenkins.debian.net-29d2f90a38d799bc456424591a08c49ab7585ab5.tar.xz |
Add new tests for the Minimal Debian Edu profile in Squeeze and Wheezy.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 7d577b93..0dc64e97 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -79,6 +79,10 @@ - job-template: defaults: g-i-installation + name: '{name}_debian-edu_wheezy-test_minimal' + +- job-template: + defaults: g-i-installation name: '{name}_debian-edu_wheezy-test_standalone' - job-template: @@ -95,6 +99,10 @@ - job-template: defaults: g-i-installation + name: '{name}_debian-edu_squeeze-test_minimal' + +- job-template: + defaults: g-i-installation name: '{name}_debian-edu_squeeze-test_standalone' - job-template: @@ -146,6 +154,12 @@ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.' jobs: - '{name}_housekeeping' + - '{name}_debian-edu_wheezy-test_minimal': + my_title: 'Debian Edu (wheezy-test) minimal' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 debian-edu_wheezy-test_minimal 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' + my_description: 'Do a fully automated installation of a Debian Edu Wheezy minimal profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_minimal_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' + my_timed: '42 20 * * 1,3,5,7' + my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_debian-edu_wheezy-test_standalone': my_title: 'Debian Edu (wheezy-test) standalone' my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 debian-edu_wheezy-test_standalone 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' @@ -170,6 +184,12 @@ # my_description: 'Do a fully automated installation of a Debian Edu Wheezy sugar profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_sugar_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' # my_timed: '42 2 * * 1,3,5,7' # my_recipients: 'jenkins+debian-edu holger@layer-acht.org' + - '{name}_debian-edu_squeeze-test_minimal': + my_title: 'Debian Edu (squeeze-test) minimal' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 5 debian-edu_squeeze-test_minimal 20 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 a Debian Edu Squeeze (suite: squeeze-test) minimal profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze-test_minimal_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' + my_timed: '42 12 1,15 * *' + my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_debian-edu_squeeze-test_standalone': my_title: 'Debian Edu (squeeze-test) standalone' my_shell: '/srv/jenkins/bin/g-i-installation.sh 5 debian-edu_squeeze-test_standalone 20 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' |