diff options
-rw-r--r-- | job-cfg/g-i-installation.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 73c400a6..9580a0e8 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -85,6 +85,10 @@ - job-template: defaults: g-i-installation + name: '{name}_debian-edu_testing_standalone' + +- job-template: + defaults: g-i-installation name: '{name}_debian-edu_wheezy-test_minimal' - job-template: @@ -488,4 +492,9 @@ my_description: 'Just go into rescue mode, using theme=dark, via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 6 * * 7' my_recipients: 'holger@layer-acht.org' - + - '{name}_debian-edu_testing_standalone': + my_title: 'Debian Edu (testing) standalone' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 40 debian-edu_testing_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 Testing 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' |