Chromium Code Reviews
DescriptionAdd GN (the build tool) to the chromium.linux buildbots and try jobs
This patch adds three things:
1. a recipe for building chromium w/ GN and running the gn_unittests
2. a new linux_gn bot to the chromium.linux waterfall that runs the above
recipe
3. a few additional steps on the linux and linux_rel chromium trybots
to run GN, put the output into a separate Debug_gn (or Release_gn)
dir, compile in that dir as well, and run the gn_unittests from
that dir.
We do step 3 because at this time the cost of running GN + compiling
the few targets and running the gn_uniitests is *way* smaller than
the cost of setting up an entire new fleet of GN try bots that are
part of the default set.
When the GN build gets closer to building all of chrome, we will split
it off into its own pool of bots and remove these steps from the
chromium.recipe.
R=iannucci@chromium.org, phajdan.jr@chromium.org
BUG=353690, 353854, 353855, 353881
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=260291
Patch Set 1 : initial patch for review #
Total comments: 26
Patch Set 2 : merge forward, update w/ review feedback, rename recipe and remove gn_unittests #Patch Set 3 : make recipe actually work #
Total comments: 5
Patch Set 4 : tweak path handling for gn #Patch Set 5 : merge to r260023 #
Total comments: 4
Patch Set 6 : update w/ review feedback #
Total comments: 10
Messages
Total messages: 21 (0 generated)
|