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

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

Issue 345793003: Fix device status report email to chromium.org. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 da9f57ef411e769e9a82af8a1febb949067c1b5f..4d871f0f8f274b1d740fe913d57405d2b0c3aabc 100755
--- a/build/android/buildbot/bb_device_status_check.py
+++ b/build/android/buildbot/bb_device_status_check.py
@@ -145,7 +145,7 @@ def CheckForMissingDevices(options, adb_online_devs):
devices_missing_msg = '%d devices not detected.' % len(missing_devs)
bb_annotations.PrintSummaryText(devices_missing_msg)
- from_address = 'chrome-bot@google.com'
+ from_address = 'chrome-bot@chromium.org'
to_address = 'chrome-labs-tech-ticket@google.com'
subject = 'Devices offline on %s' % os.environ.get('BUILDBOT_SLAVENAME')
msg = ('Please reboot the following devices:\n%s' %
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698