summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-18 17:35:58 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-25 13:08:02 +0200
commit372b9588600ef381655bce4146913720aff7dc97 (patch)
tree82fb339130afc4c121697135053753d4ad54ab8e /job-cfg/haskell-package-plan.yaml
parent3960e1eaa2b8456110feecac52982fb16e0e0a1b (diff)
downloadjenkins.debian.net-372b9588600ef381655bce4146913720aff7dc97.tar.xz
haskell-package-plan: Enable graphs
This requires a small hack in chroot-run.sh.
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index 7f1484a1..56771fe5 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -29,6 +29,22 @@
parse-rules: '/srv/jenkins/logparse/haskell-package-plan.rules'
unstable-on-warning: 'false'
fail-on-error: 'false'
+ - plots:
+ - title: Stats
+ yaxis: Packages
+ series:
+ - file: stats.csv
+ format: csv
+ inclusion-flag: exclude-by-string
+ exclude: total
+ - title: Totals
+ yaxis: Packages
+ style: area
+ series:
+ - file: stats.csv
+ format: csv
+ inclusion-flag: include-by-string
+ exclude: total
scm:
- git:
url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git'