diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-07-04 02:46:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-04 02:46:14 +0000 |
commit | e5b452dfa55f8fb7a6bcc6895ae4c671b1c871cb (patch) | |
tree | 2a9a9a7800fe6c386f18128263f340dbe4ae5fcf /jjb | |
parent | c5643adaaf9f4dd67b4adc617e00b25f8464d26a (diff) | |
parent | 7b3f2bdc0cc02ab0bf62aedaeae7bb3cf759db9e (diff) |
Merge "add python verify job for doctor"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index eb230b59d..5a438e44d 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -34,9 +34,15 @@ - verify: profiler: 'none' auto-trigger-name: 'doctor-verify' + is-python: false - profiling: profiler: 'poc' auto-trigger-name: 'experimental' + is-python: false + - python-verify: + profiler: 'none' + auto-trigger-name: 'doctor-verify' + is-python: true pod: - arm-pod2: @@ -148,7 +154,7 @@ default: 'doctor-notification' - string: name: TESTCASE_OPTIONS - default: '-e INSPECTOR_TYPE={inspector} -e PROFILER_TYPE={profiler} -v $WORKSPACE:/home/opnfv/repos/doctor' + default: '-e INSPECTOR_TYPE={inspector} -e PROFILER_TYPE={profiler} -e PYTHON_ENABLE={is-python} -v $WORKSPACE:/home/opnfv/repos/doctor' description: 'Addtional parameters specific to test case(s)' # functest-parameter - string: |