X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fstorperf%2Fstorperf.yml;h=c58f9efce5dcecd4b32add2950d39fec39f1f5a5;hb=0930be5a3cf6465991ec13ba75252f0764aa5e69;hp=ed21bc7775956bfc855101ff8c0587b570739dda;hpb=1f175b394903621761454afa49e4cd942b9a5948;p=releng.git diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index ed21bc777..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,13 +70,7 @@ # # This job's purpose is to update all the JJB - node: intel-jp-build-1 - - logrotate: - daysToKeep: 30 - numToKeep: 40 - artifactDaysToKeep: -1 - artifactNumToKeep: 5 + node: opnfv-build parameters: - project-parameter: @@ -114,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}' @@ -123,16 +132,10 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: intel-jp-build-1 + node: opnfv-build disabled: true - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - parameters: - project-parameter: project: '{project}'