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

Issue 1229723004: Build all targets on Android's GN bots (Closed)

Created:
5 years, 5 months ago by agrieve
Modified:
5 years, 3 months ago
Reviewers:
Dirk Pranke, tfarina
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@gn13
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Build all targets on Android's GN bots BUG=507294

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -26 lines) Patch
M testing/buildbot/chromium.linux.json View 2 chunks +2 lines, -13 lines 1 comment Download
M testing/buildbot/tryserver.chromium.linux.json View 1 chunk +2 lines, -13 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 6 (1 generated)
agrieve
5 years, 5 months ago (2015-07-09 15:39:29 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1229723004/diff/1/testing/buildbot/chromium.linux.json File testing/buildbot/chromium.linux.json (right): https://codereview.chromium.org/1229723004/diff/1/testing/buildbot/chromium.linux.json#newcode4 testing/buildbot/chromium.linux.json:4: "all" When we ran w/ "all" before, we had ...
5 years, 5 months ago (2015-07-09 15:45:17 UTC) #3
Dirk Pranke
Oh yeah, also, 'all' will mess up the 'analyze' step and build everything on every ...
5 years, 5 months ago (2015-07-09 15:46:11 UTC) #4
agrieve
On 2015/07/09 15:46:11, Dirk Pranke wrote: > Oh yeah, also, 'all' will mess up the ...
5 years, 5 months ago (2015-07-09 16:02:25 UTC) #5
Dirk Pranke
5 years, 5 months ago (2015-07-09 16:10:40 UTC) #6
On 2015/07/09 16:02:25, agrieve wrote:
> On 2015/07/09 15:46:11, Dirk Pranke wrote:
> > Oh yeah, also, 'all' will mess up the 'analyze' step and build everything on
> > every patch, which we don't want.
> > 
> > So at least the trybot needs to have a specific list of targets for now.
> 
> I'm sure your right about this being a bad idea.
> 
> Android doesn't seem to have a clobber bot. Do you think it should have one
> (what's a clobber bot)?

A clobber bot is one that does a clean build from scratch every time.

I wouldn't set one up until we thought we needed it, i.e., we were hitting bugs
too often.

> 
> I also wonder if it makes sense to run "ninja -n all" just to check for ninja
> errors with the all target (e.g. a non-existent input as happened in
> https://crrev.com/6db810b0998dae50baf254c0e1a6136b77739366). wdyt?

That seems like an interesting idea.

Powered by Google App Engine
This is Rietveld 408576698