summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorzty@google.com <zty@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 20:48:10 +0000
committerzty@google.com <zty@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 20:48:10 +0000
commit049893848423c940319ceee4a0bc2182008a192c (patch)
treec5a37cdfe87b6cb459588cd30a21830a87508328 /build
parent55c982141a3de80a517c75a48fda5d322a075fe6 (diff)
downloadchromium_src-049893848423c940319ceee4a0bc2182008a192c.zip
chromium_src-049893848423c940319ceee4a0bc2182008a192c.tar.gz
chromium_src-049893848423c940319ceee4a0bc2182008a192c.tar.bz2
Return 1 ony if no online device presents.
BUG=310881 R=navabi@chromium.org Review URL: https://codereview.chromium.org/324513006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot/bb_device_status_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_device_status_check.py b/build/android/buildbot/bb_device_status_check.py
index 73aa1de..a3b8341 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