summaryrefslogtreecommitdiffstats
path: root/job-cfg/g-i-installation.yaml
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-27 00:13:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-27 00:13:53 +0100
commit9151984d9ac8135bc0a5e2f57f1654520443ba1b (patch)
tree9d861c4746a9d3161d0d43bb067924cdde783caa /job-cfg/g-i-installation.yaml
parentf991706691012fc14f4df6389c2f4e29762598c5 (diff)
parent94c77244b8064d6f29146f7f9e36389b5216076f (diff)
downloadjenkins.debian.net-9151984d9ac8135bc0a5e2f57f1654520443ba1b.tar.xz
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'job-cfg/g-i-installation.yaml')
-rw-r--r--job-cfg/g-i-installation.yaml80
1 files changed, 80 insertions, 0 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index d6cbc8ce..d6295bb3 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -143,6 +143,14 @@
- job-template:
defaults: g-i-installation
+ name: '{name}_debian_jessie_gnome_brltty'
+
+- job-template:
+ defaults: g-i-installation
+ name: '{name}_debian_jessie_gnome_speakup'
+
+- job-template:
+ defaults: g-i-installation
name: '{name}_debian_wheezy_xfce'
- job-template:
@@ -163,6 +171,18 @@
- job-template:
defaults: g-i-installation
+ name: '{name}_debian_sid_daily_gnome'
+
+- job-template:
+ defaults: g-i-installation
+ name: '{name}_debian_sid_daily_gnome_brltty'
+
+- job-template:
+ defaults: g-i-installation
+ name: '{name}_debian_sid_daily_gnome_speakup'
+
+- job-template:
+ defaults: g-i-installation
name: '{name}_debian_sid_daily_xfce'
- job-template:
@@ -259,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:
@@ -393,6 +425,36 @@
my_description: 'Do a fully automated installation of Debian GNOME desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
my_timed: '42 19 */2 * *'
my_recipients: 'holger@layer-acht.org'
+ - '{name}_debian_jessie_gnome_brltty':
+ my_title: 'Debian (jessie) GNOME desktop install with braille display support'
+ my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
+ my_description: 'Do a fully automated installation of Debian GNOME desktop with braille display support - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_gnome_brltty_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
+ my_timed: '43 19 */2 * *' # FIXME: trigger after _gnome
+ my_recipients: 'holger@layer-acht.org debian-accessibility@lists.debian.org'
+ - '{name}_debian_jessie_gnome_speakup':
+ my_title: 'Debian (jessie) GNOME desktop install with Speakup support'
+ my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
+ my_description: 'Do a fully automated installation of Debian GNOME desktop with Speakup support - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_gnome_speakup_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
+ my_timed: '43 19 */2 * *' # FIXME: trigger after _gnome
+ my_recipients: 'holger@layer-acht.org debian-accessibility@lists.debian.org'
+ - '{name}_debian_sid_daily_gnome':
+ my_title: 'Debian (sid daily build CD) GNOME desktop install'
+ my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
+ my_description: 'Do a fully automated installation of Debian GNOME desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
+ my_timed: '42 8 * * *'
+ my_recipients: 'holger@layer-acht.org'
+ - '{name}_debian_sid_daily_gnome_brltty':
+ my_title: 'Debian (sid daily build CD) GNOME desktop install with braille display support'
+ my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
+ my_description: 'Do a fully automated installation of Debian GNOME desktop with braille display support - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_gnome_brltty_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
+ my_timed: '43 8 * * *' # FIXME: trigger after _gnome
+ my_recipients: 'holger@layer-acht.org debian-accessibility@lists.debian.org'
+ - '{name}_debian_sid_daily_gnome_speakup':
+ my_title: 'Debian (sid daily build CD) GNOME desktop install with Speakup support'
+ my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
+ my_description: 'Do a fully automated installation of Debian GNOME desktop with Speakup support - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_gnome_speakup_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
+ my_timed: '43 8 * * *' # FIXME: trigger after _gnome
+ my_recipients: 'holger@layer-acht.org debian-accessibility@lists.debian.org'
- '{name}_debian_sid_daily_xfce':
my_title: 'Debian (sid daily build CD) Xfce desktop install'
my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
@@ -424,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'