skia2/infra/bots/recipe_modules/flavor
mtklein 2b3c2a3ff9 GN: add sanitize arg
Attempt to take over all *SAN builds.

MSAN has a lot of coordination required between gn/BUILD.gn and gn_flavor.py.
I'd like to follow up to move more of this into gn/BUILD.gn, to make it easier
to use locally.

The compile steps should be much faster now.  We no longer build CMake
and Clang for every run, instead using the clang_linux CIPD package.  This
removes the need for all the third_party/externals/llvm/... dependencies.

Similarly, since we're using the clang_linux package, we no longer depend
on Chrome's Clang, and thus no longer need to sync chromium on these bots.

Instead of packaging up MSAN libraries and llvm-symbolizer in the compile
output, I have the test / perf bots also depend on the clang_linux package.
These do not vary from build to build.

No more need for the xsan.blacklist -include hack: Clang, GN, and Ninja
all track changes to xsan.blacklist without our help.

This has the incidental effect of upgrading the compiler used by *SAN
bots from Clang 3.8 to Clang 3.9.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2289343002

Review-Url: https://codereview.chromium.org/2289343002
2016-09-08 08:39:34 -07:00
..
__init__.py [recipes] Smush the rest of builder_spec into appropriate places, other cleanup 2016-08-08 04:34:01 -07:00
android_flavor.py Add 6p to other device mapping 2016-09-07 07:08:52 -07:00
api.py GN: add sanitize arg 2016-09-08 08:39:34 -07:00
cmake_flavor.py [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00
coverage_flavor.py [recipes] Fixes for Coverage bot 2016-08-04 12:16:03 -07:00
default_flavor.py Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH 2016-09-06 08:40:51 -07:00
gn_android_flavor.py GN: turn off ccache 2016-09-07 05:12:34 -07:00
gn_flavor.py GN: add sanitize arg 2016-09-08 08:39:34 -07:00
ios_flavor.py Use SVGs CIPD package and use SVG as a DM source. 2016-08-11 12:36:58 -07:00
pdfium_flavor.py Run install-sysroot script before 'gn gen' on PDFium bot 2016-09-07 08:34:13 -07:00
valgrind_flavor.py Re-organize Skia recipes 2016-08-03 08:23:10 -07:00