Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3282)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 12382006: Check if mantarays are charging, and alert on all Android device errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix style Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/device_status_check.py » ('j') | build/android/device_status_check.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 3acc4c3134a8c93cbbd4164704dbceaeb296a44e..dac86cb6acce3c2a8e001b67ff8189e4b3190167 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -239,7 +239,7 @@ def MainTestWrapper(options):
# Device check and alert emails
buildbot_report.PrintNamedStep('device_status_check')
- RunCmd(['build/android/device_status_check.py'], flunk_on_failure=False)
+ RunCmd(['build/android/device_status_check.py'], flunk_on_failure=True)
Isaac (away) 2013/03/13 02:54:11 just remove this argument, it defaults to True
Siva Chandra 2013/03/13 20:58:15 Done.
if options.install:
test_obj = INSTRUMENTATION_TESTS[options.install]
« no previous file with comments | « no previous file | build/android/device_status_check.py » ('j') | build/android/device_status_check.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698