Index: build/android/buildbot/bb_device_status_check.py |
diff --git a/build/android/buildbot/bb_device_status_check.py b/build/android/buildbot/bb_device_status_check.py |
index 73aa1def7ba708c9a74cf0516e0b5799d3301eb8..a3b83415b3c21b90a1c90898818cd95517540125 100755 |
--- a/build/android/buildbot/bb_device_status_check.py |
+++ b/build/android/buildbot/bb_device_status_check.py |
@@ -341,7 +341,7 @@ def main(): |
# TODO(navabi): Build fails on device status check step if there exists any |
# devices with critically low battery. Remove those devices from testing, |
# allowing build to continue with good devices. |
- return 1 |
+ return 2 |
if not devices: |
return 1 |