diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab596bcaf419cc247163b38427b320b91916b01a..0217494175b209d82f23beb6e6b51e7cde0ff559 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,4 @@ ops_test: ops_benchmark: stage: ops_benchmark script: - - python tools/bazel_adb_run.py --target="//mace/ops:ops_benchmark" --run_target=True --stdout_processor=ops_benchmark_stdout_processor --args="--filter=.*CONV.*" + - python tools/bazel_adb_run.py --target="//mace/ops:ops_benchmark" --run_target=True --stdout_processor=ops_benchmark_stdout_processor diff --git a/tools/sh_commands.py b/tools/sh_commands.py index 0317d19192bde05d28d47a1a420b69190ae9643a..e3d048334b6d75011890fce48e6e2d423a3894be 100644 --- a/tools/sh_commands.py +++ b/tools/sh_commands.py @@ -141,7 +141,7 @@ def falcon_tags(platform, model, abi): def falcon_push_metrics(metrics, device_properties, abi): cli = falcon_cli.FalconCli.connect(server="transfer.falcon.miliao.srv", port=8433, - debug=True) + debug=False) platform = device_properties["ro.board.platform"].replace(" ", "-") model = device_properties["ro.product.model"].replace(" ", "-") tags = falcon_tags(platform, model, abi)