summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg')
-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'