diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-10 14:03:25 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-10 14:03:25 +0200 |
commit | 4cf0b3c9888b906471ce934dceeb5fa7952f00a9 (patch) | |
tree | 074c17614c05471549395669081cfc88fa1abee5 /job-cfg | |
parent | 5d26fac85aff8806382622ca6ccad228256066a1 (diff) | |
download | jenkins.debian.net-4cf0b3c9888b906471ce934dceeb5fa7952f00a9.tar.xz |
Plot: Do not use exclusion, to avoid bug
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 082c1d7d..ceadb732 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -36,8 +36,8 @@ series: - file: stats.csv format: csv - inclusion-flag: exclude-by-string - exclude: total + # inclusion-flag: exclude-by-string + # exclude: total - title: Totals yaxis: Packages group: PlotGroup @@ -45,8 +45,8 @@ series: - file: stats.csv format: csv - inclusion-flag: include-by-string - exclude: total + # inclusion-flag: include-by-string + # exclude: total scm: - git: url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git' |