summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i-overview.yaml
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2015-12-21 23:03:48 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-22 09:50:33 +0100
commit9077d99a2378354f810429b838e83810668ebb49 (patch)
tree5c69364ac29a3e8f91ad3751d0fca27c94e7d75e /job-cfg/d-i-overview.yaml
parent51b170a6734d35f35de2d0360dad648e966646a0 (diff)
downloadjenkins.debian.net-9077d99a2378354f810429b838e83810668ebb49.tar.xz
discard python script in favour of yaml interpolation
Diffstat (limited to 'job-cfg/d-i-overview.yaml')
-rw-r--r--job-cfg/d-i-overview.yaml62
1 files changed, 62 insertions, 0 deletions
diff --git a/job-cfg/d-i-overview.yaml b/job-cfg/d-i-overview.yaml
new file mode 100644
index 00000000..19fb0ca6
--- /dev/null
+++ b/job-cfg/d-i-overview.yaml
@@ -0,0 +1,62 @@
+- defaults:
+ name: d-i
+ project-type: freestyle
+ logrotate:
+ daysToKeep: 90
+ numToKeep: 30
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
+ properties:
+ - sidebar:
+ url: https://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: https://jenkins.debian.net/view/d-i_misc/
+ text: Misc debian-installer jobs
+ icon: /userContent/images/debian-jenkins-24x24.png
+ - sidebar:
+ url: http://www.profitbricks.co.uk
+ text: Sponsored by Profitbricks
+ icon: /userContent/images/profitbricks-24x24.png
+
+- job-template:
+ defaults: d-i
+ name: '{name}_overview_{arch}'
+ description: 'Parses d-i build overview for problems on {arch} from <code>http://d-i.debian.org/daily-images/daily-build-overview.html</code> daily. {do_not_edit}'
+ builders:
+ - shell: '/srv/jenkins/bin/d-i_overview.sh {arch}'
+ triggers:
+ - timed: "0 * * * *"
+ publishers:
+ - logparser:
+ parse-rules: '/srv/jenkins/logparse/debian-installer.rules'
+ unstable-on-warning: 'true'
+ fail-on-error: 'true'
+ - email-ext:
+ recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ first-failure: true
+ fixed: true
+ subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'
+ attach-build-log: false
+ body: 'See http://d-i.debian.org/daily-images/daily-build-overview.html#{arch} or $BUILD_URL and $BUILD_URL/console'
+
+- project:
+ name: d-i
+ do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/d-i-overview.yaml.py">d-i-overview.yaml.py</a>.'
+ arch:
+ - amd64
+ - arm64
+ - armel
+ - armhf
+ - hurd-i386
+ - i386
+ - kfreebsd-amd64
+ - kfreebsd-i386
+ - mips
+ - mipsel
+ - powerpc
+ - ppc64el
+ - s390x
+ jobs:
+ - '{name}_overview_{arch}':