From e597d5dcb84e7648e0acf5f8798621a9176b8f0d Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 13 Jul 2017 14:31:36 +0800 Subject: leverage tox to trigger verify job in reporting/TestAPI Change-Id: Ie374bb151f351764e86d05d7c7b8e254c9d6cd59 Signed-off-by: SerenaFeng --- jjb/releng/automate.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'jjb') diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index 17b6fa7c8..e5eb2f79b 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}' -- cgit 1.2.3-korg