diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-10 15:38:50 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-10 15:38:50 +0200 |
commit | c14874ef3b351c6ee175a15f776e9eb88d6f5aff (patch) | |
tree | 3222fb76e7e8bfd25ac060e4fdabc73ae59de147 /job-cfg | |
parent | 4cf0b3c9888b906471ce934dceeb5fa7952f00a9 (diff) | |
download | jenkins.debian.net-c14874ef3b351c6ee175a15f776e9eb88d6f5aff.tar.xz |
haskell-package-plan: Remove “totals” graph, due to Jenkins bug
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index ceadb732..98ea23bc 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -38,15 +38,15 @@ format: csv # inclusion-flag: exclude-by-string # exclude: total - - title: Totals - yaxis: Packages - group: PlotGroup - style: area - series: - - file: stats.csv - format: csv - # inclusion-flag: include-by-string - # exclude: total + #- title: Totals + # yaxis: Packages + # group: PlotGroup + # 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' |