diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-20 20:02:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-20 20:02:40 +0200 |
commit | 97728ab23003c1cff8fc288ed48091a5c486c830 (patch) | |
tree | a71a9d7fb969efeb971d1afe7a456f8d0ca30166 | |
parent | 9cedeae29555df4079c65ebe1de2522261073cfc (diff) | |
download | jenkins.debian.net-97728ab23003c1cff8fc288ed48091a5c486c830.tar.xz |
g-i edu: use dedicated jessie image (and not the testing one)
-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 fc573016..fb9a7a45 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -683,28 +683,28 @@ my_recipients: 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org' - '{name}_debian-edu_jessie_standalone': my_title: 'Debian Edu (jessie) standalone (Default)' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 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 25 http://ftp.skolelinux.org/cd-jessie-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Jessie standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_time: '42 1 */2 * *' my_trigger: '' my_recipients: 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org' - '{name}_debian-edu_jessie_standalone_mate': my_title: 'Debian Edu (jessie) standalone (Mate Desktop)' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 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 25 http://ftp.skolelinux.org/cd-jessie-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Jessie standalone profile with Mate desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_jessie_standalone_mate_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_time: '42 1 */2 * *' my_trigger: '' my_recipients: 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org' - '{name}_debian-edu_jessie_main-server': my_title: 'Debian Edu (jessie) main-server' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 40 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 40 http://ftp.skolelinux.org/cd-jessie-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Jessie main-server profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_jessie_main-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_time: '42 3 * * *' my_trigger: '' my_recipients: 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org' - '{name}_debian-edu_jessie_main-ltsp-server': my_title: 'Debian Edu (jessie) main+ltsp-server' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 40 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 40 http://ftp.skolelinux.org/cd-jessie-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Jessie main+ltsp-server profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_jessie_main+ltsp-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_time: '42 0 * * *' my_trigger: '' |