X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Freleng%2Fautomate.yml;h=db672648ac9602487b70d4737602fbba0d099194;hb=046590652693d326172f96f71dda8daaf818466d;hp=e81000afa4ddda87833e10541434abaf2ecf6d7f;hpb=32e171f5ddc03491531a797770f7348fe4cc9b80;p=releng.git diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index e81000afa..db672648a 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -83,27 +83,11 @@ builders: - shell: | cd ./utils/test/{module}/ - bash run_test.sh + tox cp *.xml $WORKSPACE publishers: - - junit: - results: nosetests.xml - - cobertura: - report-file: "coverage.xml" - only-stable: "true" - health-auto-update: "false" - stability-auto-update: "false" - zoom-coverage-chart: "true" - targets: - - files: - healthy: 10 - unhealthy: 20 - failing: 30 - - method: - healthy: 50 - unhealthy: 40 - failing: 30 + - publish-coverage - job-template: name: '{module}-automate-{stream}'