提交 042bcef7 编写于 作者: L Liangliang He

Update CI scripts to improve speed

上级 354cd5b0
...@@ -23,4 +23,7 @@ ops_benchmark: ...@@ -23,4 +23,7 @@ ops_benchmark:
only: only:
- master - master
script: script:
- FAILURE_PATTERN="Aborted" tools/bazel-adb-run.sh //mace/ops:ops_benchmark ".*half_OPENCL" - BENCHMARK_TEST_LOG=`tempfile`
- FAILURE_PATTERN="Aborted" tools/bazel-adb-run.sh //mace/ops:ops_benchmark > $BENCHMARK_TEST_LOG
- cat $BENCHMARK_TEST_LOG
- rm $BENCHMARK_TEST_LOG
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册