diff options
-rw-r--r-- | jjb/storperf/storperf.yml | 19 |
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}' |