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

Issue 1501843002: [Android] Use more specific host platforms for devil. (Closed)

Created:
5 years ago by jbudorick
Modified:
5 years ago
CC:
chromium-reviews, klundberg+watch_chromium.org, mikecase+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Use more specific host platforms for devil. BUG=566160, 566170 Committed: https://crrev.com/e29693bed4c3a0db11d68ac69ba1131b04661c51 Cr-Commit-Position: refs/heads/master@{#363488}

Patch Set 1 #

Total comments: 7

Patch Set 2 : better handling of the no adb case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -24 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/devil/android/device_errors.py View 1 2 chunks +9 lines, -0 lines 0 comments Download
M build/android/devil/android/sdk/adb_wrapper.py View 1 1 chunk +4 lines, -1 line 0 comments Download
M build/android/devil/devil_dependencies.json View 8 chunks +18 lines, -8 lines 0 comments Download
M build/android/devil/devil_env.py View 2 chunks +6 lines, -6 lines 0 comments Download
M build/android/devil_chromium.json View 6 chunks +16 lines, -6 lines 0 comments Download
M build/android/test_runner.py View 2 chunks +2 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_device.py View 1 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
jbudorick
turns out "android_host" was a bad idea.
5 years ago (2015-12-04 22:42:27 UTC) #2
aiolos (Not reviewing)
On 2015/12/04 22:42:27, jbudorick wrote: > turns out "android_host" was a bad idea. Happens. :) ...
5 years ago (2015-12-04 22:54:58 UTC) #3
jbudorick
https://codereview.chromium.org/1501843002/diff/1/build/android/devil/devil_dependencies.json File build/android/devil/devil_dependencies.json (right): https://codereview.chromium.org/1501843002/diff/1/build/android/devil/devil_dependencies.json#newcode8 build/android/devil/devil_dependencies.json:8: "android_linux2": { On 2015/12/04 22:54:58, aiolos wrote: > Do ...
5 years ago (2015-12-04 22:59:23 UTC) #4
aiolos (Not reviewing)
https://codereview.chromium.org/1501843002/diff/1/build/android/devil/devil_dependencies.json File build/android/devil/devil_dependencies.json (right): https://codereview.chromium.org/1501843002/diff/1/build/android/devil/devil_dependencies.json#newcode8 build/android/devil/devil_dependencies.json:8: "android_linux2": { On 2015/12/04 22:59:22, jbudorick wrote: > On ...
5 years ago (2015-12-04 23:06:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501843002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501843002/1
5 years ago (2015-12-04 23:22:39 UTC) #7
nednguyen
https://codereview.chromium.org/1501843002/diff/1/build/android/devil/devil_env.py File build/android/devil/devil_env.py (right): https://codereview.chromium.org/1501843002/diff/1/build/android/devil/devil_env.py#newcode133 build/android/devil/devil_env.py:133: arch = device.product_cpu_abi if device else sys.platform On 2015/12/04 ...
5 years ago (2015-12-04 23:48:51 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/150435)
5 years ago (2015-12-05 00:29:15 UTC) #10
aiolos (Not reviewing)
On 2015/12/05 00:29:15, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years ago (2015-12-05 00:38:40 UTC) #11
jbudorick
On 2015/12/05 00:38:40, aiolos wrote: > On 2015/12/05 00:29:15, commit-bot: I haz the power wrote: ...
5 years ago (2015-12-05 01:04:09 UTC) #12
aiolos (Not reviewing)
lgtm
5 years ago (2015-12-05 01:06:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501843002/20001
5 years ago (2015-12-05 01:08:31 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_TIMED_OUT, no build URL) win_chromium_compile_dbg_ng on ...
5 years ago (2015-12-05 03:06:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501843002/20001
5 years ago (2015-12-05 03:09:47 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_TIMED_OUT, no build URL) win_chromium_compile_dbg_ng on ...
5 years ago (2015-12-05 05:12:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501843002/20001
5 years ago (2015-12-05 15:58:37 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_TIMED_OUT, no build URL) win_chromium_compile_dbg_ng on ...
5 years ago (2015-12-05 18:00:07 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1501843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1501843002/20001
5 years ago (2015-12-07 14:23:54 UTC) #27
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-07 15:53:32 UTC) #28
commit-bot: I haz the power
5 years ago (2015-12-07 15:54:23 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e29693bed4c3a0db11d68ac69ba1131b04661c51
Cr-Commit-Position: refs/heads/master@{#363488}

Powered by Google App Engine
This is Rietveld 408576698