diff options
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index d89f7809..3884ebd9 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -90,7 +90,7 @@ my_timed: '42 22 * * 1,3,5,7' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_debian-edu_wheezy-test_combi-server': - my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 debian-edu_wheezy-test_combi-server 50 http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 debian-edu_wheezy-test_combi-server 30 http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Wheezy combi-server profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_combi-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_timed: '42 0 * * 1,3,5,7' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' @@ -105,7 +105,7 @@ my_timed: '42 12 1,15 * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_debian-edu_squeeze-test_workstation': - my_shell: '/srv/jenkins/bin/g-i-installation.sh 6 debian-edu_squeeze-test_workstation 50 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 6 debian-edu_squeeze-test_workstation 30 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) workstation profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze-test_workstation_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_timed: '42 14 1,15 * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' |