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

Issue 18652008: Deploy adb reconnect on disconnect daemon on WebKit Android bots. (Closed)

Created:
7 years, 5 months ago by navabi
Modified:
7 years, 5 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Deploy adb reconnect on disconnect daemon on WebKit (ContentShell) Android bot. NOTRY=True BUG=256353 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211283

Patch Set 1 #

Total comments: 2

Patch Set 2 : Cleaned up auto reconnect case based on ilevy's comment. #

Patch Set 3 : DO NOT COMMIT. Try out daemon on try bots. #

Patch Set 4 : Add --auto-reconnect to tester not builder. #

Patch Set 5 : Push daemon to /sdcard/ since no permission to /data/local. #

Patch Set 6 : Push daemon to /sdcard/Android/. #

Patch Set 7 : Push daemon to /data/local/tmp/. #

Patch Set 8 : Passed on try bots, now remove from try bots to commit. #

Patch Set 9 : Try again on try bots. #

Patch Set 10 : Need to kill host_heartbeat process for buildbot script to exit. #

Patch Set 11 : Finally got the try bots to pass. Remove from try bots and commit for webkit bots. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -8 lines) Patch
M build/android/buildbot/bb_device_steps.py View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -1 line 0 comments Download
M build/android/buildbot/bb_run_bot.py View 1 2 3 4 5 6 7 9 10 1 chunk +3 lines, -2 lines 0 comments Download
M build/android/provision_devices.py View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
navabi
7 years, 5 months ago (2013-07-03 22:46:39 UTC) #1
navabi
This CL requires 'adb root' which we currently do not do on the bots. Please ...
7 years, 5 months ago (2013-07-03 23:19:11 UTC) #2
Isaac (away)
https://codereview.chromium.org/18652008/diff/1/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://codereview.chromium.org/18652008/diff/1/build/android/buildbot/bb_device_steps.py#newcode254 build/android/buildbot/bb_device_steps.py:254: if options.auto_reconnect: provision_cmd = [...] if options.auto_reconnect: provision_cmd.append('--auto-reconnect') RunCmd(provision_cmd)
7 years, 5 months ago (2013-07-04 01:57:03 UTC) #3
navabi1
https://codereview.chromium.org/18652008/diff/1/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://codereview.chromium.org/18652008/diff/1/build/android/buildbot/bb_device_steps.py#newcode254 build/android/buildbot/bb_device_steps.py:254: if options.auto_reconnect: On 2013/07/04 01:57:04, Isaac wrote: > provision_cmd ...
7 years, 5 months ago (2013-07-08 17:17:27 UTC) #4
Isaac (away)
This lgtm but lacks trybot coverage. I'd suggest temporarily modifying your patch so it affects ...
7 years, 5 months ago (2013-07-08 17:47:38 UTC) #5
navabi
Thanks Isaac. The webkit bots are useless right now (e.g. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20(Content%20Shell)%20Android?numbuilds=100) so I would like ...
7 years, 5 months ago (2013-07-08 17:51:00 UTC) #6
navabi
The WebKit bots have actually started having green builds, so they are not useless. As ...
7 years, 5 months ago (2013-07-11 23:50:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/navabi@google.com/18652008/46001
7 years, 5 months ago (2013-07-11 23:52:51 UTC) #8
commit-bot: I haz the power
7 years, 5 months ago (2013-07-12 01:40:10 UTC) #9
Message was sent while issue was closed.
Change committed as 211283

Powered by Google App Engine
This is Rietveld 408576698