From: Mark Beierl Date: Fri, 15 Apr 2016 17:15:33 +0000 (-0400) Subject: Add overage and junit report for verify X-Git-Tag: colorado.1.0~573 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=b2628f46a2abe65c8aea4e8c527148ab5bfa3ba0 Add overage and junit report for verify Change-Id: I9665c2bed171e0ece421c460c49f792e6ad4e492 Signed-off-by: Mark Beierl --- 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}'