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

Issue 17114007: [Android] Refactor the buildbot scripts to prepare for downstream usage. (Closed)

Created:
7 years, 6 months ago by Siva Chandra
Modified:
7 years, 5 months ago
Reviewers:
Isaac (away)
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
Visibility:
Public.

Description

[Android] Refactor the buildbot scripts to prepare for downstream usage. BUG=249997 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209694

Patch Set 1 #

Patch Set 2 : Modify according to offline discussions with ilevy and frankf #

Patch Set 3 : Add a function to spawn logcat monitor #

Patch Set 4 : #

Patch Set 5 : Logcat dump can be piped to a file. Required downstream #

Patch Set 6 : Fix a command string #

Patch Set 7 : Refactor I_TEST namedtuple so that downstream options can be accomodated #

Patch Set 8 : #

Patch Set 9 : Further refactoring of bb_run_bot.py #

Patch Set 10 : Change title so that all refactors are captured in one CL #

Total comments: 16

Patch Set 11 : Fix first round of comments #

Total comments: 8

Patch Set 12 : Address second round of comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -97 lines) Patch
M build/android/buildbot/bb_device_steps.py View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +125 lines, -53 lines 0 comments Download
M build/android/buildbot/bb_host_steps.py View 1 2 3 4 5 6 7 8 9 3 chunks +9 lines, -3 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +47 lines, -30 lines 0 comments Download
M build/android/buildbot/bb_utils.py View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -11 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Siva Chandra
7 years, 6 months ago (2013-06-18 02:07:58 UTC) #1
Siva Chandra
On 2013/06/18 02:07:58, Siva Chandra wrote: Hi, We can discuss on VC tomorrow after you ...
7 years, 6 months ago (2013-06-18 02:10:52 UTC) #2
Siva Chandra
PTaL at patch set 2. It has the modifications that we discussed offline.
7 years, 6 months ago (2013-06-19 01:01:27 UTC) #3
Siva Chandra
On 2013/06/19 01:01:27, Siva Chandra wrote: > PTaL at patch set 2. It has the ...
7 years, 6 months ago (2013-06-19 19:20:05 UTC) #4
Siva Chandra
On 2013/06/19 19:20:05, Siva Chandra wrote: > On 2013/06/19 01:01:27, Siva Chandra wrote: > > ...
7 years, 6 months ago (2013-06-20 15:51:26 UTC) #5
Siva Chandra
On 2013/06/20 15:51:26, Siva Chandra wrote: > On 2013/06/19 19:20:05, Siva Chandra wrote: > > ...
7 years, 6 months ago (2013-06-22 14:35:05 UTC) #6
Siva Chandra
On 2013/06/22 14:35:05, Siva Chandra wrote: > On 2013/06/20 15:51:26, Siva Chandra wrote: > > ...
7 years, 6 months ago (2013-06-24 23:32:11 UTC) #7
Siva Chandra
ping?
7 years, 6 months ago (2013-06-26 20:26:22 UTC) #8
Isaac (away)
I like the general idea. Here are some initial comments to get started on. https://chromiumcodereview.appspot.com/17114007/diff/37001/build/android/buildbot/bb_device_steps.py ...
7 years, 5 months ago (2013-06-28 01:39:12 UTC) #9
Siva Chandra
PTAL. Addressed all comments. https://chromiumcodereview.appspot.com/17114007/diff/37001/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://chromiumcodereview.appspot.com/17114007/diff/37001/build/android/buildbot/bb_device_steps.py#newcode34 build/android/buildbot/bb_device_steps.py:34: # test_data: data folder in ...
7 years, 5 months ago (2013-06-28 21:34:10 UTC) #10
Isaac (away)
https://chromiumcodereview.appspot.com/17114007/diff/46001/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://chromiumcodereview.appspot.com/17114007/diff/46001/build/android/buildbot/bb_device_steps.py#newcode298 build/android/buildbot/bb_device_steps.py:298: cmd_str += ' | tee %s' % options.logcat_dump_output I'm ...
7 years, 5 months ago (2013-06-29 09:55:38 UTC) #11
Siva Chandra
Addressed all comments. PTAL. https://chromiumcodereview.appspot.com/17114007/diff/46001/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://chromiumcodereview.appspot.com/17114007/diff/46001/build/android/buildbot/bb_device_steps.py#newcode298 build/android/buildbot/bb_device_steps.py:298: cmd_str += ' | tee ...
7 years, 5 months ago (2013-07-01 23:58:52 UTC) #12
Isaac (away)
LGTM, thanks!
7 years, 5 months ago (2013-07-02 00:17:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/17114007/55001
7 years, 5 months ago (2013-07-02 12:09:00 UTC) #14
commit-bot: I haz the power
7 years, 5 months ago (2013-07-02 14:02:16 UTC) #15
Message was sent while issue was closed.
Change committed as 209694

Powered by Google App Engine
This is Rietveld 408576698