diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-08-16 02:49:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-16 02:49:49 +0000 |
commit | 63bfdf7e1ae7cd5f2591e7ecf9a17fcd49f85fb1 (patch) | |
tree | e53f24aef5b54abadd6718fe5fa8f253a85deee3 | |
parent | c1ffe7b01ac0eb6e386c6eaa4ed497f8bdc8434a (diff) | |
parent | 57ee4a17d5f32b74323553c89ba4ef34b6937f6c (diff) |
Merge "[doctor] drop experimental job (profiler)"
-rw-r--r-- | jjb/doctor/doctor.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index afde9efe8..23d12def4 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -30,15 +30,9 @@ task: - 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 @@ -153,7 +147,7 @@ default: 'doctor-notification' - string: name: TESTCASE_OPTIONS - default: '-e INSPECTOR_TYPE={inspector} -e PROFILER_TYPE={profiler} -e PYTHON_ENABLE={is-python} -v $WORKSPACE:/home/opnfv/repos/doctor' + default: '-e INSPECTOR_TYPE={inspector} -e PYTHON_ENABLE={is-python} -v $WORKSPACE:/home/opnfv/repos/doctor' description: 'Addtional parameters specific to test case(s)' # functest-parameter - string: |