From d8f0988b347bb6509db0a05e70cb765c6e6fa340 Mon Sep 17 00:00:00 2001 From: rmistry Date: Wed, 13 Jul 2016 12:57:42 -0700 Subject: Specifying master names with "master." prefix is deprecated NOTRY=true BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2151623002 Review-Url: https://codereview.chromium.org/2151623002 --- PRESUBMIT.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 65ac7b03b0..1412b2b95f 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -41,11 +41,11 @@ 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/': 'client.skia.compile:Build-Mac-Clang-x86_64-Release-CMake-Trybot,Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot', + '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/': 'client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot', + 'src/opts/': 'master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot', - 'include/private/SkAtomics.h': ('client.skia:' + 'include/private/SkAtomics.h': ('master.client.skia:' 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot,' 'Test-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-TSAN-Trybot' ), -- cgit v1.2.3