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

Issue 434193002: [Android] Parallelize provision_devices.py. (Closed)

Created:
6 years, 4 months ago by jbudorick
Modified:
6 years, 4 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Parallelize provision_devices.py. BUG=401163 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290988

Patch Set 1 #

Patch Set 2 : fix presubmit issues #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : fix location prompt flake #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 7

Patch Set 8 : post-split rebase #

Patch Set 9 : set persist.sys.usb.config in /data/local.prop #

Patch Set 10 : only run LaunchHostHeartbeat if options.auto_reconnect is enabled #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -158 lines) Patch
M build/android/provision_devices.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +97 lines, -144 lines 0 comments Download
M build/android/pylib/device/device_blacklist.py View 1 2 3 4 5 6 7 4 chunks +20 lines, -11 lines 0 comments Download
M build/android/pylib/device_settings.py View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -3 lines 0 comments Download
M build/android/pylib/utils/parallelizer.py View 1 2 3 4 5 6 7 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
jbudorick
This CL runs the entirety of provisioning in parallel across the desired set of devices. ...
6 years, 4 months ago (2014-08-02 01:28:15 UTC) #1
klundberg
On 2014/08/02 01:28:15, jbudorick wrote: > This CL runs the entirety of provisioning in parallel ...
6 years, 4 months ago (2014-08-02 17:12:56 UTC) #2
jbudorick
On 2014/08/02 17:12:56, klundberg wrote: > On 2014/08/02 01:28:15, jbudorick wrote: > > This CL ...
6 years, 4 months ago (2014-08-03 04:11:16 UTC) #3
navabi
On 2014/08/03 04:11:16, jbudorick wrote: > On 2014/08/02 17:12:56, klundberg wrote: > > On 2014/08/02 ...
6 years, 4 months ago (2014-08-05 00:00:42 UTC) #4
jbudorick
ptal I ran the latest CL 100x overnight on 8 devices (3xN4, 3xN5, 2xN7) in ...
6 years, 4 months ago (2014-08-15 14:19:16 UTC) #5
jbudorick
On 2014/08/15 14:19:16, jbudorick wrote: > ptal > > I ran the latest CL 100x ...
6 years, 4 months ago (2014-08-15 16:12:05 UTC) #6
tonyg
Looking good. I just recommend breaking this into as many patches as possible because of ...
6 years, 4 months ago (2014-08-15 17:19:43 UTC) #7
jbudorick
Splitting the flake fixes out into a separate CL or two makes sense to me. ...
6 years, 4 months ago (2014-08-15 17:41:47 UTC) #8
jbudorick
Split off four CLs from this one: https://codereview.chromium.org/477953002/ https://codereview.chromium.org/477153003/ https://codereview.chromium.org/473293002/ https://codereview.chromium.org/481433004/ This CL is now ...
6 years, 4 months ago (2014-08-15 19:19:10 UTC) #9
jbudorick
ptal. The four dependent CLs have all landed. wrt trybot runs: android_dbg_tests_recipe: I'm still trying ...
6 years, 4 months ago (2014-08-18 21:33:52 UTC) #10
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 4 months ago (2014-08-18 22:41:22 UTC) #11
jbudorick
The CQ bit was unchecked by jbudorick@chromium.org
6 years, 4 months ago (2014-08-18 22:41:23 UTC) #12
jbudorick
On 2014/08/18 22:41:22, jbudorick wrote: > The CQ bit was checked by mailto:jbudorick@chromium.org misclicked :/
6 years, 4 months ago (2014-08-18 22:42:03 UTC) #13
tonyg
lgtm
6 years, 4 months ago (2014-08-18 22:55:41 UTC) #14
jbudorick
+luqui for recipe issues Luke, do you have any idea why the recipe version isn't ...
6 years, 4 months ago (2014-08-18 23:09:16 UTC) #15
navabi
On 2014/08/18 23:09:16, jbudorick wrote: > +luqui for recipe issues > > Luke, do you ...
6 years, 4 months ago (2014-08-19 00:08:46 UTC) #16
jbudorick
On 2014/08/19 00:08:46, navabi wrote: > On 2014/08/18 23:09:16, jbudorick wrote: > > +luqui for ...
6 years, 4 months ago (2014-08-19 00:13:56 UTC) #17
jbudorick
It looks like we're running afoul of one of the deadlocks mentioned here: https://docs.python.org/2/library/subprocess.html in ...
6 years, 4 months ago (2014-08-19 15:46:11 UTC) #18
jbudorick
On 2014/08/19 15:46:11, jbudorick wrote: > It looks like we're running afoul of one of ...
6 years, 4 months ago (2014-08-19 18:10:42 UTC) #19
jbudorick
Provisioning has succeeded on every run of android_dbg_tests_recipe since patchset 10, and the --auto-reconnect option ...
6 years, 4 months ago (2014-08-20 19:58:18 UTC) #20
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 4 months ago (2014-08-20 19:58:37 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/434193002/200001
6 years, 4 months ago (2014-08-20 20:01:24 UTC) #22
navabi
On 2014/08/20 19:58:37, jbudorick wrote: > The CQ bit was checked by mailto:jbudorick@chromium.org Thanks John ...
6 years, 4 months ago (2014-08-20 20:05:16 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 23:15:15 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 23:20:05 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55244) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/8014)
6 years, 4 months ago (2014-08-20 23:20:07 UTC) #26
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 4 months ago (2014-08-20 23:26:32 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/434193002/200001
6 years, 4 months ago (2014-08-20 23:27:52 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 23:33:13 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 23:37:17 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55269) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/8033)
6 years, 4 months ago (2014-08-20 23:37:18 UTC) #31
jam
The CQ bit was checked by jam@chromium.org
6 years, 4 months ago (2014-08-21 02:40:44 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/434193002/200001
6 years, 4 months ago (2014-08-21 02:41:16 UTC) #33
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 02:53:30 UTC) #34
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 04:17:13 UTC) #35
Message was sent while issue was closed.
Committed patchset #11 (200001) as 290988

Powered by Google App Engine
This is Rietveld 408576698