summaryrefslogtreecommitdiffstats
path: root/jjb/releng
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-07-13 14:32:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-13 14:32:13 +0000
commit046590652693d326172f96f71dda8daaf818466d (patch)
tree178f7d3bbb44c1b4e10cf112e0e92b32bd307788 /jjb/releng
parent32e171f5ddc03491531a797770f7348fe4cc9b80 (diff)
parente597d5dcb84e7648e0acf5f8798621a9176b8f0d (diff)
Merge "leverage tox to trigger verify job in reporting/TestAPI"
Diffstat (limited to 'jjb/releng')
-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 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}'