summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-13 14:31:36 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-13 15:59:39 +0800
commite597d5dcb84e7648e0acf5f8798621a9176b8f0d (patch)
tree389bd3b6c9e905276f79acbb7295c24918781970
parent1bfef523c2abd5024e2ec95a2fec3262178d1949 (diff)
leverage tox to trigger verify job in reporting/TestAPI
Change-Id: Ie374bb151f351764e86d05d7c7b8e254c9d6cd59 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rw-r--r--jjb/releng/automate.yml20
1 files changed, 2 insertions, 18 deletions
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}'