|
|
Created:
6 years, 5 months ago by cjhopman Modified:
6 years, 4 months ago Reviewers:
Yaron 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. |
DescriptionEnable Android lint by default
BUG=393235
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287676
Patch Set 1 #Patch Set 2 : #
Created: 6 years, 4 months ago
Messages
Total messages: 17 (0 generated)
yfriedman: *
On 2014/07/30 17:37:01, cjhopman wrote: > yfriedman: * How much time does this add to an incremental build?
On 2014/07/30 17:39:44, Yaron wrote: > On 2014/07/30 17:37:01, cjhopman wrote: > > yfriedman: * > > How much time does this add to an incremental build? None, usually. Typically, running lint on a library is faster than dexing it.
On 2014/07/30 17:40:35, cjhopman wrote: > On 2014/07/30 17:39:44, Yaron wrote: > > On 2014/07/30 17:37:01, cjhopman wrote: > > > yfriedman: * > > > > How much time does this add to an incremental build? > > None, usually. Typically, running lint on a library is faster than dexing it. lgtm
The CQ bit was checked by cjhopman@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/396293002/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered...) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) mac_chromium_rel on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel/...) win_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel/...) win_chromium_x64_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel/...)
The CQ bit was checked by cjhopman@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/396293002/20001
Message was sent while issue was closed.
Change committed as 287676
Message was sent while issue was closed.
A revert of this CL has been created in https://codereview.chromium.org/446833002/ by aberent@chromium.org. The reason for reverting is: Two Android build bots (downstream) are failing as a result of this CL. Reverting as Android Build Sheriff. BUG=401020 TBR=cjhopman NO_TRY=true .
Message was sent while issue was closed.
On 2014/08/06 10:20:03, aberent wrote: > A revert of this CL has been created in > https://codereview.chromium.org/446833002/ by mailto:aberent@chromium.org. > > The reason for reverting is: Two Android build bots (downstream) are failing as > a result of this CL. > > Reverting as Android Build Sheriff. > > BUG=401020 > TBR=cjhopman > NO_TRY=true > . Could you not fix or just temporarily whitelist the issues downstream? We should not revert chromium changes for breakages downstream
Lint failures shouldn't actually break the build. Or rather, when lint runs correctly but finds problems, it should print them but not fail the build. Currently, if lint fails, then it fails the build. I think I'll just make it print whatever error it has and succeed. Is the arm64 builder an L builder? This could just be a problem with lint w/ L. On Wed, Aug 6, 2014 at 9:10 AM, <yfriedman@chromium.org> wrote: > On 2014/08/06 10:20:03, aberent wrote: > >> A revert of this CL has been created in >> https://codereview.chromium.org/446833002/ by mailto:aberent@chromium.org >> . >> > > The reason for reverting is: Two Android build bots (downstream) are >> failing >> > as > >> a result of this CL. >> > > Reverting as Android Build Sheriff. >> > > BUG=401020 >> TBR=cjhopman >> NO_TRY=true >> . >> > > Could you not fix or just temporarily whitelist the issues downstream? We > should > not revert chromium changes for breakages downstream > > https://codereview.chromium.org/396293002/ > To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
Message was sent while issue was closed.
yfriedman: ptal again
Message was sent while issue was closed.
On 2014/08/06 16:22:07, cjhopman wrote: > yfriedman: ptal again just kidding, not this one |