Commit c5419289 authored by zty@chromium.org's avatar zty@chromium.org

Fix device status report email to chromium.org.

R=navabi@chromium.org

Review URL: https://codereview.chromium.org/345793003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278529 0039d316-1c4b-4281-b951-d872f2087c98
parent 72a299ff
...@@ -145,7 +145,7 @@ def CheckForMissingDevices(options, adb_online_devs): ...@@ -145,7 +145,7 @@ def CheckForMissingDevices(options, adb_online_devs):
devices_missing_msg = '%d devices not detected.' % len(missing_devs) devices_missing_msg = '%d devices not detected.' % len(missing_devs)
bb_annotations.PrintSummaryText(devices_missing_msg) 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' to_address = 'chrome-labs-tech-ticket@google.com'
subject = 'Devices offline on %s' % os.environ.get('BUILDBOT_SLAVENAME') subject = 'Devices offline on %s' % os.environ.get('BUILDBOT_SLAVENAME')
msg = ('Please reboot the following devices:\n%s' % msg = ('Please reboot the following devices:\n%s' %
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment