From ab8296b48acc3d3165a58b125ff04055300d874c Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 7 Oct 2015 11:49:00 -0700 Subject: [PATCH] Automatically add TSAN bots to the CQ for changes affecting SkAtomics.h BUG=skia: Review URL: https://codereview.chromium.org/1396523002 --- PRESUBMIT.py | 5 +++++ 1 file changed, 5 insertions(+) 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',