aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-10-07 11:49:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-07 11:49:00 -0700
commitab8296b48acc3d3165a58b125ff04055300d874c (patch)
tree906d2de4131f39cac359be5c4716b1b00c643a15 /PRESUBMIT.py
parent9011bcf36e7ef9d6e7dab7f6e04c47c18972fbeb (diff)
Automatically add TSAN bots to the CQ for changes affecting SkAtomics.h
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 743a2e3126..4738b9f97c 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -44,6 +44,11 @@ PATH_PREFIX_TO_EXTRA_TRYBOTS = {
# pylint: disable=line-too-long
'src/opts/': 'client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot',
+ 'include/private/SkAtomics.h': ('client.skia:'
+ 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot,'
+ 'Test-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-TSAN-Trybot'
+ ),
+
# Below are examples to show what is possible with this feature.
# 'src/svg/': 'master1:abc;master2:def',
# 'src/svg/parser/': 'master3:ghi,jkl;master4:mno',