Fix up presubmit for SAN GCC->Clang fix.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302553002

Review-Url: https://codereview.chromium.org/2302553002
This commit is contained in:
mtklein 2016-08-31 12:43:14 -07:00 committed by Commit bot
parent da8f6546da
commit 04fff6373e

View File

@ -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.