- defaults:
name: g-i-installation
description: '{my_description}{do_not_edit}'
logrotate:
daysToKeep: 90
numToKeep: 25
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers:
- timed: "{my_timed}"
builders:
- shell: "{my_shell}"
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
unstable_on_warning: 'true'
fail_on_error: 'true'
- email:
recipients: '{my_recipients}'
- archive:
artifacts: 'results/*.*'
latest_only: false
properties:
- sidebar:
url: http://jenkins.debian.net/userContent/about.html
text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
url: http://jenkins.debian.net/view/g-i-installation/
text: All g-i-installation jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
url: http://www.profitbricks.com
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
- defaults:
name: g-i-installation-housekeeping
description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}'
logrotate:
daysToKeep: 90
numToKeep: 25
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers:
- timed: "0 6 * * *"
builders:
- shell: '/srv/jenkins/bin/housekeeping.sh {name}'
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
unstable_on_warning: 'true'
fail_on_error: 'true'
- email:
recipients: holger@layer-acht.org
properties:
- sidebar:
url: http://jenkins.debian.net/userContent/about.html
text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
url: http://jenkins.debian.net/view/g-i-installation/
text: All g-i-installation jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
url: http://www.profitbricks.com
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
- job-template:
defaults: g-i-installation-housekeeping
name: '{name}_housekeeping'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_wheezy-test_standalone'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_wheezy-test_workstation'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_wheezy-test_combi-server'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_wheezy-test_sugar'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_squeeze-test_standalone'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_squeeze-test_workstation'
- job-template:
defaults: g-i-installation
name: '{name}_debian-edu_squeeze-test_combi-server'
- job-template:
defaults: g-i-installation
name: '{name}_debian_wheezy_lxde'
- job-template:
defaults: g-i-installation
name: '{name}_debian_wheezy_kde'
- job-template:
defaults: g-i-installation
name: '{name}_debian_sid_daily-lxde'
- job-template:
defaults: g-i-installation
name: '{name}_debian_sid_daily-rescue'
- project:
name: g-i-installation
do_not_edit: '
Job configuration source is g-i-installation.yaml.'
jobs:
- '{name}_housekeeping'
- '{name}_debian-edu_wheezy-test_standalone':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 debian-edu_wheezy-test_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 Wheezy standalone profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 20 * * 1,3,5,7'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian-edu_wheezy-test_workstation':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 2 debian-edu_wheezy-test_workstation 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 Wheezy workstation profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 22 * * 1,3,5,7'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian-edu_wheezy-test_combi-server':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 debian-edu_wheezy-test_combi-server 30 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 Wheezy combi-server profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 0 * * 1,3,5,7'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian-edu_wheezy-test_sugar':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 4 debian-edu_wheezy-test_sugar 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 Wheezy sugar profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 2 * * 1,3,5,7'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian-edu_squeeze-test_standalone':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 5 debian-edu_squeeze-test_standalone 20 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze-test) standalone profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 12 1,15 * *'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian-edu_squeeze-test_workstation':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 6 debian-edu_squeeze-test_workstation 30 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze-test) workstation profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 14 1,15 * *'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian-edu_squeeze-test_combi-server':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 7 debian-edu_squeeze-test_combi-server 20 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze-test) combi-server profile - via d-i preseeding (with this preseed.cfg) using the netinst CD image.'
my_timed: '42 10 1,15 * *'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_debian_wheezy_kde':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 8 debian_wheezy_kde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
my_description: 'Do a fully automated installation of Debian KDE desktop - via d-i preseeding (with this preseed.cfg) using netboot gtk.'
my_timed: '42 15 2,9,16,23 * *'
my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot here and for other jobs - once we made this more stable
- '{name}_debian_wheezy_lxde':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 9 debian_wheezy_lxde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
my_description: 'Do a fully automated installation of Debian LXDE desktop - via d-i preseeding (with this preseed.cfg) using netboot gtk.'
my_timed: '42 17 2,9,16,23 * *'
my_recipients: 'holger@layer-acht.org'
- '{name}_debian_sid_daily-lxde':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 debian_sid_daily-lxde 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 LXDE desktop - via d-i preseeding (with this preseed.cfg) using netboot gtk.'
my_timed: '42 8 * * *'
my_recipients: 'holger@layer-acht.org'
- '{name}_debian_sid_daily-rescue':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 11 debian_sid_daily-rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with this preseed.cfg) using netboot gtk.'
my_timed: '42 6 * * *'
my_recipients: 'holger@layer-acht.org'