commit | 2f892840773c593a500a2a5882fcc21203f98761 | [log] [tgz] |
---|---|---|
author | Han-Chung Wang <hanchung@google.com> | Fri Apr 23 22:06:35 2021 +0800 |
committer | GitHub <noreply@github.com> | Fri Apr 23 22:06:35 2021 +0800 |
tree | 69006b4df51ac673e1a6ae9078b5880e72003ab3 | |
parent | 8f4a97c178cd461a6740b649ec426ce0028ab435 [diff] |
Correct Mako regression exit code to 123. (#5581)
diff --git a/build_tools/buildkite/cmake/android/arm64-v8a/benchmark.yml b/build_tools/buildkite/cmake/android/arm64-v8a/benchmark.yml index ea55ba6..6801337 100644 --- a/build_tools/buildkite/cmake/android/arm64-v8a/benchmark.yml +++ b/build_tools/buildkite/cmake/android/arm64-v8a/benchmark.yml
@@ -90,4 +90,4 @@ - "test-desktop-gpu=false" branches: "main" soft_fail: - - exit_status: 1 + - exit_status: 123