From e088ea9c244265dbfc46326b3617371677f51262 Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Thu, 18 Jul 2019 20:36:32 +0800 Subject: [PATCH] ci(drone): turn off profiling in ci --- docs/{ => chapter}/microservice.rst | 0 docs/index.rst | 2 +- tests/__init__.py | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{ => chapter}/microservice.rst (100%) diff --git a/docs/microservice.rst b/docs/chapter/microservice.rst similarity index 100% rename from docs/microservice.rst rename to docs/chapter/microservice.rst diff --git a/docs/index.rst b/docs/index.rst index ab9c180f..7f095751 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,7 +20,7 @@ View by Microservices .. toctree:: :maxdepth: 3 - microservice + chapter/microservice.rst View by Packages ---------------- diff --git a/tests/__init__.py b/tests/__init__.py index 00cbdf44..5542ff07 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -50,7 +50,7 @@ def line2pb_doc(line: str, doc_id: int = 0, deliminator: str = r'[.。!?!?]+ 'INCEPTION_MODEL': '/', 'MOBILENET_MODEL': '/', 'FASTERRCNN_MODEL': '/', - 'GNES_PROFILING': 0 + 'GNES_PROFILING': '' }, 'idc-165': { 'BERT_CI_PORT': 7125, @@ -67,7 +67,7 @@ def line2pb_doc(line: str, doc_id: int = 0, deliminator: str = r'[.。!?!?]+ 'INCEPTION_MODEL': '/ext_data/image_encoder', 'MOBILENET_MODEL': '/ext_data/image_encoder', 'FASTERRCNN_MODEL': '/ext_data/image_preprocessor', - 'GNES_PROFILING': 0 + 'GNES_PROFILING': '' } }