aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-31 12:43:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-31 12:43:14 -0700
commit04fff6373eac91ca71ec6997d69c444d30ae1f38 (patch)
tree03111e65d215e39b5b146ec54dd87a01d4449a6e /PRESUBMIT.py
parentda8f6546da87ff72db785cef268b176547541fed (diff)
Fix up presubmit for SAN GCC->Clang fix.
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 92b686e676..2611f83eb3 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -46,8 +46,8 @@ PATH_PREFIX_TO_EXTRA_TRYBOTS = {
'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-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot,'
- 'Test-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-TSAN-Trybot'
+ 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot,'
+ 'Test-Ubuntu-Clang-Golo-GPU-GT610-x86_64-Release-TSAN-Trybot'
),
# Below are examples to show what is possible with this feature.