diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-25 13:05:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-25 13:05:52 +0100 |
commit | c625a2492d6d96b2c748af6a507583885e0bc62b (patch) | |
tree | a09dc969fae4e6c409b8ce4fa471ecd37b30548e | |
parent | 9ddd53051272840328b605a075a9328ce67b5ef1 (diff) | |
download | jenkins.debian.net-c625a2492d6d96b2c748af6a507583885e0bc62b.tar.xz |
g-i: use official debian-edu wheezy-test images
-rw-r--r-- | job-cfg/g-i-installation.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 2de627c3..7d577b93 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -148,25 +148,25 @@ - '{name}_housekeeping' - '{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-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' + 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' my_description: 'Do a fully automated installation of a Debian Edu Wheezy standalone profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_standalone_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_workstation': my_title: 'Debian Edu (wheezy-test) workstation' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 2 debian-edu_wheezy-test_workstation 25 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 2 debian-edu_wheezy-test_workstation 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 workstation profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_workstation_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' 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_title: 'Debian Edu (wheezy-test) combi-server' - 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_shell: '/srv/jenkins/bin/g-i-installation.sh 3 debian-edu_wheezy-test_combi-server 30 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 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' # - '{name}_debian-edu_wheezy-test_sugar': # my_title: 'Debian Edu (wheezy-test) sugar' -# my_shell: '/srv/jenkins/bin/g-i-installation.sh 4 debian-edu_wheezy-test_sugar 25 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 4 debian-edu_wheezy-test_sugar 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 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' |