diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/automate.yml | 20 |
1 files changed, 2 insertions, 18 deletions
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}' |