diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-24 00:56:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-24 00:56:02 +0100 |
commit | f63b04ac77fac16d4c223f72eaa4465159eb68de (patch) | |
tree | 26d1a3a6096e05329f6c31a2b68b7bead70111eb /job-cfg | |
parent | 9629a0d350077b0d02876e033d6c5f7a8c66ad16 (diff) | |
download | jenkins.debian.net-f63b04ac77fac16d4c223f72eaa4465159eb68de.tar.xz |
g-i: add three new jobs: (sid_daily|jessie|wheezy)_presentation - Thanks to Phil Hands and Frans Pop
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 8c4386ac..d6295bb3 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -279,6 +279,18 @@ - job-template: defaults: g-i-installation + name: '{name}_debian_sid_daily_presentation' + +- job-template: + defaults: g-i-installation + name: '{name}_debian_jessie_presentation' + +- job-template: + defaults: g-i-installation + name: '{name}_debian_wheezy_presentation' + +- job-template: + defaults: g-i-installation name: '{name}_debian-edu_wheezy-test_standalone_gnome' - job-template: @@ -474,6 +486,24 @@ my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 6 * * *' my_recipients: 'holger@layer-acht.org' + - '{name}_debian_sid_daily_presentation': + my_title: 'Debian-Installer (sid daily build CD) used for presentations' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_description: 'Use d-i for presentations via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_presentation_preseed.cfg">this preseed.cfg</a>).' + my_timed: '42 15 23 * *' + my_recipients: 'holger@layer-acht.org' + - '{name}_debian_jessie_presentation': + my_title: 'Debian-Installer (jessie netboot) used for presentations' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 http://d-i.debian.org/daily-images/amd64/daily/netboot/debian-installer/amd64/' + my_description: 'Use d-i for presentations via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_presentation_preseed.cfg">this preseed.cfg</a>).' + my_timed: '43 15 23 * *' + my_recipients: 'holger@layer-acht.org' + - '{name}_debian_wheezy_presentation': + my_title: 'Debian-Installer (wheezy netboot) used for presentations' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/debian-installer/amd64/' + my_description: 'Use d-i for presentations via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_presentation_preseed.cfg">this preseed.cfg</a>).' + my_timed: '44 15 23 * *' + my_recipients: 'holger@layer-acht.org' - '{name}_debian_sid_daily_rescue_spanish': my_title: 'Debian (sid daily build CD) rescue mode in Spanish' my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso es es_ES' |