提交 b5b96c7a 编写于 作者: L Liangliang He

Update .gitlab-ci.yml

上级 78d6079a
...@@ -7,11 +7,11 @@ ops_test: ...@@ -7,11 +7,11 @@ ops_test:
only: only:
- master - master
script: script:
- FAILURE_PATTERN="FAILED" tools/bazel-adb-run.sh //mace/ops:ops_test - FAILURE_PATTERN="FAILED\|Aborted\|Inappropriate ioctl for device" tools/bazel-adb-run.sh //mace/ops:ops_test
ops_benchmark: ops_benchmark:
stage: ops_benchmark stage: ops_benchmark
only: only:
- master - master
script: script:
- FAILURE_PATTERN="Aborted" tools/bazel-adb-run.sh //mace/ops:ops_benchmark - FAILURE_PATTERN="Aborted\|Inappropriate ioctl for device" tools/bazel-adb-run.sh //mace/ops:ops_benchmark
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册