diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 522336f9..30fc7c1a 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -303,6 +303,10 @@ - job-template: defaults: g-i-installation + name: '{name}_debian-edu_jessie_standalone_mate' + +- job-template: + defaults: g-i-installation name: '{name}_debian-edu_jessie_main-server' - job-template: @@ -623,20 +627,26 @@ my_timed: '42 2 * * 1' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_debian-edu_jessie_standalone': - my_title: 'Debian Edu (jessie) standalone' + my_title: 'Debian Edu (jessie) standalone (Default)' my_shell: '/srv/jenkins/bin/g-i-installation.sh 51 debian-edu_jessie_standalone 25 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 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_timed: '42 1 * * *' + my_timed: '42 1 */2 * *' + my_recipients: 'jenkins+debian-edu holger@layer-acht.org' + - '{name}_debian-edu_jessie_standalone_mate': + my_title: 'Debian Edu (jessie) standalone (Mate Desktop)' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 52 debian-edu_jessie_standalone_mate 25 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 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_timed: '42 1 */2 * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' - '{name}_debian-edu_jessie_main-server': my_title: 'Debian Edu (jessie) main-server' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 52 debian-edu_jessie_main-server 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 53 debian-edu_jessie_main-server 40 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 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_timed: '42 3 * * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.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 53 debian-edu_jessie_main+ltsp-server 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 54 debian-edu_jessie_main+ltsp-server 40 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 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_timed: '42 0 * * *' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' |