summaryrefslogtreecommitdiffstats
path: root/jjb/storperf
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@emc.com>2016-04-15 13:15:33 -0400
committerMark Beierl <mark.beierl@emc.com>2016-04-15 13:15:33 -0400
commitb2628f46a2abe65c8aea4e8c527148ab5bfa3ba0 (patch)
tree7dfb317201a067eadf3ec5c4b03ebe7b6ded1b60 /jjb/storperf
parent170c20ce2876441f566270e4bfadfa9b81aff89a (diff)
Add overage and junit report for verify
Change-Id: I9665c2bed171e0ece421c460c49f792e6ad4e492 Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Diffstat (limited to 'jjb/storperf')
-rw-r--r--jjb/storperf/storperf.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml
index fffca10cc..3b31badfb 100644
--- a/jjb/storperf/storperf.yml
+++ b/jjb/storperf/storperf.yml
@@ -60,6 +60,25 @@
- shell: |
$WORKSPACE/ci/verify.sh
+ publishers:
+ - junit:
+ results: nosetests.xml
+ - cobertura:
+ report-file: "coverage.xml"
+ only-stable: "true"
+ health-auto-update: "true"
+ stability-auto-update: "true"
+ zoom-coverage-chart: "true"
+ targets:
+ - files:
+ healthy: 10
+ unhealthy: 20
+ failing: 30
+ - method:
+ healthy: 50
+ unhealthy: 40
+ failing: 30
+
- job-template:
name: 'storperf-merge-{stream}'