diff options
Diffstat (limited to 'job-cfg/g-i-installation.yaml')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 10374da9..945533ea 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -35,6 +35,44 @@ text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png +- default: + 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' @@ -83,6 +121,7 @@ name: g-i-installation do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.' 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 <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.' |