X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fstorperf%2Fstorperf.yml;h=c58f9efce5dcecd4b32add2950d39fec39f1f5a5;hb=0930be5a3cf6465991ec13ba75252f0764aa5e69;hp=f1250cbc28e9ece628199dcb948156dbac137fd0;hpb=fd0ce08e5cd8b9cba1aa16d7bc87586dd6abb4fd;p=releng.git diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index f1250cbc2..c58f9efce 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -1,8 +1,8 @@ - project: name: storperf jobs: - - 'storperf-verify' - - 'storperf-merge' + - 'storperf-verify-{stream}' + - 'storperf-merge-{stream}' - 'storperf-daily-{stream}' # stream: branch with - in place of / (eg. stable-arno) @@ -14,11 +14,9 @@ project: 'storperf' - job-template: - name: 'storperf-verify' + name: 'storperf-verify-{stream}' - node: ericsson-build - - project-type: freestyle + node: opnfv-build logrotate: daysToKeep: 30 @@ -31,6 +29,10 @@ project: '{project}' - gerrit-parameter: branch: 'master' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." scm: - gerrit-trigger-scm: @@ -38,10 +40,6 @@ refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' - wrappers: - - ssh-agent-credentials: - user: '{ssh-credentials}' - triggers: - gerrit: trigger-on: @@ -65,29 +63,24 @@ - shell: | $WORKSPACE/ci/verify.sh - - job-template: - name: 'storperf-merge' + name: 'storperf-merge-{stream}' # builder-merge job to run JJB update # # This job's purpose is to update all the JJB - node: ericsson-build - - project-type: freestyle - - logrotate: - daysToKeep: 30 - numToKeep: 40 - artifactDaysToKeep: -1 - artifactNumToKeep: 5 + node: opnfv-build parameters: - project-parameter: project: '{project}' - gerrit-parameter: branch: 'master' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." scm: - gerrit-trigger-scm: @@ -95,10 +88,6 @@ refspec: '' choosing-strategy: 'default' - wrappers: - - ssh-agent-credentials: - user: '{ssh-credentials}' - triggers: - gerrit: trigger-on: @@ -119,7 +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}' @@ -129,18 +132,10 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: ericsson-build + node: opnfv-build disabled: true - project-type: freestyle - - 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}' @@ -151,10 +146,6 @@ refspec: '' branch: '{branch}' - wrappers: - - ssh-agent-credentials: - user: '{ssh-credentials}' - triggers: - timed: 'H H * * *'