diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-12 17:54:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-12 17:54:24 +0100 |
commit | 2cf043a43b056db13dafd92dba7a00dc897bcc77 (patch) | |
tree | f905b4ed58836e69f14446d9f9f57d8cd1b0de8e /job-cfg | |
parent | f3845465d97e8ce0fa0aca9b9182e838da99c753 (diff) | |
download | jenkins.debian.net-2cf043a43b056db13dafd92dba7a00dc897bcc77.tar.xz |
according to the manual, 30gb is enough
Diffstat (limited to 'job-cfg')
-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' |