diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 2cb7d66d..46673793 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -301,6 +301,10 @@ defaults: g-i-installation name: '{name}_debian-edu_jessie_standalone' +- job-template: + defaults: g-i-installation + name: '{name}_debian-edu_jessie_main-server' + - project: name: g-i-installation do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.' @@ -618,6 +622,12 @@ my_title: 'Debian Edu (jessie) standalone' 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 1,15 * 1' + my_timed: '42 1 * * *' + 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 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 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' |