diff options
Diffstat (limited to 'jjb/storperf/storperf.yml')
-rw-r--r-- | jjb/storperf/storperf.yml | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 78c2471bd..c58f9efce 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -16,7 +16,7 @@ - job-template: name: 'storperf-verify-{stream}' - node: intel-jp-build-1 + node: opnfv-build logrotate: daysToKeep: 30 @@ -70,7 +70,7 @@ # # This job's purpose is to update all the JJB - node: intel-jp-build-1 + node: opnfv-build parameters: - project-parameter: @@ -108,6 +108,21 @@ 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-daily-{stream}' @@ -117,7 +132,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: intel-jp-build-1 + node: opnfv-build disabled: true |