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

Issue 493743002: android: Make buildbot able to use a custom manifest. (Closed)

Created:
6 years, 4 months ago by Primiano Tucci (use gerrit)
Modified:
6 years, 4 months ago
CC:
gyp-developer_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/gyp@master
Visibility:
Public.

Description

android: Make buildbot able to use a custom manifest. In order to support rolling to a new version of AOSP to run gyp tests (to pick up android build system changes), introduce logic in the buildbot script to compare the current manifest being used with the one in the gyp tree and resync/compile android if it changes. Check in an initial version of this manifest which is pinned to a recent revision of AOSP's master branch. BUG=gyp:324 R=jbudorick@chromium.org, torne@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1968

Patch Set 1 : Identical to Torne 426783004 PS1 #

Patch Set 2 : Primiano's changes on top #

Total comments: 8

Patch Set 3 : Remove git config boilterplate #

Patch Set 4 : open devnull as RO, not RW #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+567 lines, -44 lines) Patch
A buildbot/aosp_manifest.xml View 1 1 chunk +466 lines, -0 lines 0 comments Download
M buildbot/buildbot_run.py View 1 2 3 5 chunks +56 lines, -27 lines 3 comments Download
M test/lib/TestGyp.py View 1 4 chunks +45 lines, -17 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
Primiano Tucci (use gerrit)
Torne: PTAL This ran overnight for ~50 times, apparently with no error. Patchset 1 is ...
6 years, 4 months ago (2014-08-21 08:10:44 UTC) #1
Torne
Hi Brad, John, Can you take a look at this? This makes the adb connection ...
6 years, 4 months ago (2014-08-21 10:44:07 UTC) #2
Torne
LGTM but it'd be good to get another set of eyes since it's based on ...
6 years, 4 months ago (2014-08-21 11:34:22 UTC) #3
jbudorick
lgtm w/ nit https://codereview.chromium.org/493743002/diff/40001/buildbot/buildbot_run.py File buildbot/buildbot_run.py (right): https://codereview.chromium.org/493743002/diff/40001/buildbot/buildbot_run.py#newcode104 buildbot/buildbot_run.py:104: CallSubProcess(['git', 'config', '--global', 'user.name', 'trybot']) Ha, ...
6 years, 4 months ago (2014-08-22 05:10:48 UTC) #4
Primiano Tucci (use gerrit)
https://codereview.chromium.org/493743002/diff/40001/buildbot/buildbot_run.py File buildbot/buildbot_run.py (right): https://codereview.chromium.org/493743002/diff/40001/buildbot/buildbot_run.py#newcode104 buildbot/buildbot_run.py:104: CallSubProcess(['git', 'config', '--global', 'user.name', 'trybot']) On 2014/08/22 05:10:48, jbudorick ...
6 years, 4 months ago (2014-08-22 11:18:16 UTC) #5
Torne
LGTM. I'll run this through the gyp-android tryserver and then land it unless Brad has ...
6 years, 4 months ago (2014-08-22 11:30:30 UTC) #6
Torne
Woo, the tryserver is happy. I'm going to land this to unblock making progress on ...
6 years, 4 months ago (2014-08-22 16:11:57 UTC) #7
Torne
Committed patchset #4 manually as 1968 (presubmit successful).
6 years, 4 months ago (2014-08-22 16:12:31 UTC) #8
bradn
lgtm https://codereview.chromium.org/493743002/diff/80001/buildbot/buildbot_run.py File buildbot/buildbot_run.py (right): https://codereview.chromium.org/493743002/diff/80001/buildbot/buildbot_run.py#newcode132 buildbot/buildbot_run.py:132: CallSubProcess(['/bin/bash', '-c', Rather than going thru /bin/bash you ...
6 years, 4 months ago (2014-08-22 16:13:32 UTC) #9
bradn
6 years, 4 months ago (2014-08-22 16:14:01 UTC) #10
Message was sent while issue was closed.
Oops, fired too late.
Oh well, nothing worth another CL.

Powered by Google App Engine
This is Rietveld 408576698