aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2016-11-18 13:10:51 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-23 14:49:14 +0000
commit508313064bb3f8d6e67727f4a493551a18ccb889 (patch)
treec1d1cb4fd4cb565e0d9ee28e5dc337c6f0923cbc /PRESUBMIT.py
parenta5b2376365681f3c341bc4ff74bf0caedbfe9359 (diff)
[nobuildbot] Migrate all Linux GCE bots
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4994 Change-Id: Ib63f36b3803117d5357c8e70c572653afd151abe Reviewed-on: https://skia-review.googlesource.com/4994 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 281ca5a6cf..4dc21c9fde 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -40,11 +40,10 @@ 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
- 'src/opts/': 'master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot',
-
- 'include/private/SkAtomics.h': ('master.client.skia:'
- 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot,'
+ 'src/opts/':
+ 'skia.primary:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD',
+ 'include/private/SkAtomics.h': ('skia.primary:'
+ 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN,'
'Test-Ubuntu-Clang-Golo-GPU-GT610-x86_64-Release-TSAN-Trybot'
),