aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-07-13 12:57:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 12:57:42 -0700
commitd8f0988b347bb6509db0a05e70cb765c6e6fa340 (patch)
tree6781ee58244e2aecd1c5b3e01ff5818a5c07664c /PRESUBMIT.py
parent77d6f7d0186a04233df0a56320cf5852bde493f4 (diff)
Specifying master names with "master." prefix is deprecated
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py6
1 files changed, 3 insertions, 3 deletions
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'
),