From 9f262811b79f2c3f2c52c03cc2947431a36e8fbe Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 19 Sep 2016 09:08:07 -0700 Subject: To prep for removing CMake bots, take them off the CQ and presubmit. GN is now far more capable than our CMake builds. Time to officially end that experiment. Reminder how this lands: 1) this CL 2) remove the bots from the masters 3) remove the CMake recipe files 4) remove the CMake files I'm willing to wait on 4) until we can do GN -> CMake generation, but I don't want the bots to hold us back. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2350073002 Review-Url: https://codereview.chromium.org/2350073002 --- PRESUBMIT.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index c281b9a70d..8115b497b6 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -40,8 +40,6 @@ GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue=' # Path to CQ bots feature is described in https://bug.skia.org/4364 PATH_PREFIX_TO_EXTRA_TRYBOTS = { - # pylint: disable=line-too-long - 'cmake/': 'master.client.skia.compile:Build-Mac-Clang-x86_64-Release-CMake-Trybot,Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot', # pylint: disable=line-too-long 'src/opts/': 'master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot', -- cgit v1.2.3