From b2628f46a2abe65c8aea4e8c527148ab5bfa3ba0 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Fri, 15 Apr 2016 13:15:33 -0400 Subject: [PATCH] Add overage and junit report for verify Change-Id: I9665c2bed171e0ece421c460c49f792e6ad4e492 Signed-off-by: Mark Beierl --- jjb/storperf/storperf.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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}' -- 2.16.6