skia2/infra/bots/recipes/swarm_compile.expected
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
..
big_issue_number.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Mac-Clang-Arm7-Debug-Android.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Mac-Clang-Arm7-Release-iOS.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Mac-Clang-mipsel-Debug-GN_Android.json GN: turn off ccache 2016-09-07 05:12:34 -07:00
Build-Mac-Clang-x86_64-Debug-CommandBuffer.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Mac-Clang-x86_64-Release-CMake.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Mac-Clang-x86_64-Release-GN.json GN: do not set default GN args 2016-09-08 06:49:05 -07:00
Build-Ubuntu-Clang-arm64-Release-GN_Android.json GN: turn off ccache 2016-09-07 05:12:34 -07:00
Build-Ubuntu-Clang-x86_64-Debug-ASAN.json GN: add sanitize arg 2016-09-08 08:39:34 -07:00
Build-Ubuntu-Clang-x86_64-Debug-GN.json GN: do not set default GN args 2016-09-08 06:49:05 -07:00
Build-Ubuntu-GCC-Arm7-Debug-Android_FrameworkDefs.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-Arm7-Debug-Android_NoNeon.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-Arm7-Release-Android.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-x86_64-Debug-GN.json GN: do not set default GN args 2016-09-08 06:49:05 -07:00
Build-Ubuntu-GCC-x86_64-Debug-MSAN.json GN: add sanitize arg 2016-09-08 08:39:34 -07:00
Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.json GN: do not set default GN args 2016-09-08 06:49:05 -07:00
Build-Ubuntu-GCC-x86_64-Release-ANGLE.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-x86_64-Release-CMake.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-x86_64-Release-Fast.json GN: do not set default GN args 2016-09-08 06:49:05 -07:00
Build-Ubuntu-GCC-x86_64-Release-Mesa.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-x86_64-Release-PDFium.json Run install-sysroot script before 'gn gen' on PDFium bot 2016-09-07 08:34:13 -07:00
Build-Ubuntu-GCC-x86_64-Release-Shared.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-x86_64-Release-Valgrind.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Ubuntu-GCC-x86-Debug.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Win-MSVC-x86_64-Release-Vulkan.json Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH 2016-09-06 08:40:51 -07:00
Build-Win-MSVC-x86-Debug-Exceptions.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Win-MSVC-x86-Debug.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Win-MSVC-x86-Release-GDI.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
Build-Win-MSVC-x86-Release-GN.json GN: do not set default GN args 2016-09-08 06:49:05 -07:00
failed_compile.json [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00
recipe_with_gerrit_patch.json Apply gerrit ref if it is a Gerrit patch. 2016-08-24 05:07:06 -07:00
win_retry_failed_compile.json Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00