summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-04-13 06:14:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-13 06:14:48 +0000
commitbca0fa495ac4e1591bd062f61dbb88dad3c69a94 (patch)
treeb5d8c41c8c5d7fc7eaef0b2b0ff2ee134cbbad9d
parentbaabd8fc2aecabcac6903f515a032054a1528bda (diff)
parent44ab0cea07fa2a734c4f6b80776ad48fd006d1b8 (diff)
Merge "Doctor job bugfix: fix the scenario"
-rw-r--r--jjb/doctor/doctor.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index c3760a739..786db208f 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -16,10 +16,15 @@
docker-tag: 'stable'
disabled: false
+ # feature projects' tests are not triggered by functest
+ # doctor verify Pods need to deploy with these scenario
installer:
- - 'apex'
- - 'fuel'
- - 'daisy'
+ - 'apex':
+ scenario: 'os-nosdn-kvm-ha'
+ - 'fuel':
+ scenario: 'os-nosdn-ovs-ha'
+ - 'daisy':
+ scenario: 'os-nosdn-ovs_dpdk-noha'
arch:
- 'x86_64'
@@ -162,7 +167,7 @@
description: 'Remove downloaded docker images (opnfv/functest:*)'
- string:
name: DEPLOY_SCENARIO
- default: 'os-nosdn-nofeature-ha'
+ default: '{scenario}'
description: 'Scenario to deploy and test'
- parameter: