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

Issue 915453002: clang/win bots: Pass fastbuild=1. (Closed)

Created:
5 years, 10 months ago by Nico
Modified:
5 years, 10 months ago
CC:
chromium-reviews, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, Timur Iskhodzhanov, ruiu, kcc2
Target Ref:
refs/remotes/origin/master
Project:
tools
Visibility:
Public.

Description

clang/win bots: Pass fastbuild=1. fastbuild=1 means we don't pass a /Z flag to clang-cl, but we still pass /DEBUG to link.exe (or lld-link.exe). So stacks will still have function names, but no line numbers any more. All other Windows bots already get this through the "goma" config, but the clang/win bots don't use goma yet and hence need an explicit flag for this. BUG=455966 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=293998

Patch Set 1 #

Messages

Total messages: 16 (3 generated)
Nico
timurrrr, ruiu: fyi
5 years, 10 months ago (2015-02-10 00:11:41 UTC) #2
Reid Kleckner
lgtm Looks like it doesn't affect asan.
5 years, 10 months ago (2015-02-10 00:17:41 UTC) #3
Nico
Thanks! > Looks like it doesn't affect asan. You mean it doesn't affect the asan ...
5 years, 10 months ago (2015-02-10 00:21:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/915453002/1
5 years, 10 months ago (2015-02-10 00:22:28 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as http://src.chromium.org/viewvc/chrome?view=rev&revision=293998
5 years, 10 months ago (2015-02-10 00:23:44 UTC) #7
Reid Kleckner
On 2015/02/10 00:21:57, Nico wrote: > Thanks! > > > Looks like it doesn't affect ...
5 years, 10 months ago (2015-02-10 00:28:42 UTC) #8
Timur Iskhodzhanov
Wait, why do we want to change the bot? On Tue Feb 10 2015 at ...
5 years, 10 months ago (2015-02-10 06:29:49 UTC) #9
Timur Iskhodzhanov
*the ASan bot On Tue Feb 10 2015 at 9:29:48 AM Timur Iskhodzhanov <timurrrr@chromium.org> wrote: ...
5 years, 10 months ago (2015-02-10 06:29:55 UTC) #10
Timur Iskhodzhanov
I've just checked and the fasbuild=1 .zip from http://build.chromium.org/p/chromium.fyi/builders/CrWinAsan/builds/93 doesn't have filename/linenumber information, whilst the ...
5 years, 10 months ago (2015-02-10 13:09:48 UTC) #12
Nico
See bug, it cycles faster (1 hour less time spent on "package builds"). The smaller ...
5 years, 10 months ago (2015-02-10 15:02:16 UTC) #13
Timur Iskhodzhanov
I think we should have linenumbers on the ASan bots. The builder was processing PDBs ...
5 years, 10 months ago (2015-02-10 15:15:32 UTC) #14
Timur Iskhodzhanov
Just FTR, "package build" is only 20 minutes faster on the ASan bots, not 1 ...
5 years, 10 months ago (2015-02-10 16:26:51 UTC) #15
Nico
5 years, 10 months ago (2015-02-10 16:37:47 UTC) #16
Message was sent while issue was closed.
The 1h win on CrWinClang looks like an anomaly too:
http://build.chromium.org/p/chromium.fyi/stats/CrWinClang The two runs
before the change were just very slow.

However, unpacking the build on CrWinClang tester got faster, and as I said
this enables of swarming for browser_tests, and that did drop the cycle
time of CrWinClang tester from 2 hours to 20 minutes:
http://build.chromium.org/p/chromium.fyi/stats/CrWinClang%20tester

On Tue, Feb 10, 2015 at 8:26 AM, Timur Iskhodzhanov <timurrrr@chromium.org>
wrote:

> Just FTR, "package build" is only 20 minutes faster on the ASan bots, not
> 1 hour.
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698