Merge "[doctor] drop experimental job (profiler)"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Wed, 16 Aug 2017 02:49:49 +0000 (02:49 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 16 Aug 2017 02:49:49 +0000 (02:49 +0000)
jjb/doctor/doctor.yml

index afde9ef..23d12de 100644 (file)
 
     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
 
             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: