On Mon, Nov 12, 2012 at 6:56 AM, Marc-Antoine Ruel <
mar...@chromium.org> wrote:
> The average compile time was reduced by 45%, it went from 48.3 minutes down
> to 26.6 minutes.
>
> As a data point on November 10th, there was 185 win_rel try jobs so this
> represents an estimated saving of 64 hours of computation power on this
> Saturday alone.
>
> What changed?
> The Try Builders used to implicitly build "all". This is not the case
> anymore with CL 11365154. Ironically I looked at it for the test isolation
> effort which is in progress (there will be news soon).
Cool!
When I suggested changing this in the past, it got rejected because
folks (you?) said that we should have at least some bot that builds
all targets. Do we have different bots for that now?
Nico
>
> This is important, the default try builders (win_rel, linux_rel, mac_rel,
> linux_clang, mac_asan, etc) used to build 'all' and now build
> 'chromium_builder_tests'. If you relied on a target that wasn't included in
> this target, it's not built anymore but there could still be left overs in
> the build directories from the previous configuration as I didn't force a
> clobber build. 'win_ash' now builds 'aura_builder'. Some builders like
> linux_chromeos or win_layout_rel weren't changed and could enjoy some
> attention but I don't know the specifics about what should be built on these
> so please send me a CL to fix this.
>
> Expect more non-linear performance improvements in the near future.
>
> Thanks,
>
> M-A
>