[doctor] drop experimental job (profiler) 61/39261/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 14 Aug 2017 13:33:44 +0000 (13:33 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 14 Aug 2017 13:33:44 +0000 (13:33 +0000)
doctor profiler is now enabled in default, we don't need this
experimental job anymore.

https://gerrit.opnfv.org/gerrit/33881

Change-Id: Ife6c81c0c45644ed3353c5b0b6011f33137edc14
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
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: