From 6a3957c1f9cbeca9107708462150fb766993ac0a Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 19 Jul 2018 17:01:09 -0400 Subject: Exclude gltestpersistentcache from TSAN bot. This bot occasionally produces empty GM images. We believe this is due to TSAN's thread scheduling interacting poorly with threaded GL drivers. gltestpersistentcache fails if the cold cache and hot cache images don't match and this flakiness causes it to fail intermittently. Change-Id: Ib914c547120e05fac921d7e70de8e36a53bfb61b Reviewed-on: https://skia-review.googlesource.com/142591 Commit-Queue: Brian Salomon Commit-Queue: Brian Osman Auto-Submit: Brian Salomon Reviewed-by: Brian Osman --- infra/bots/recipes/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index 8ef50581a2..63aa0d7940 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -248,7 +248,7 @@ def dm_flags(api, bot): # Test 1010102 on our Linux/NVIDIA bots and the persistent cache config # on the GL bots. if ('QuadroP400' in bot and 'PreAbandonGpuContext' not in bot and - api.vars.is_linux): + 'TSAN' not in bot and api.vars.is_linux): if 'Vulkan' in bot: configs.append('vk1010102') # Decoding transparent images to 1010102 just looks bad -- cgit v1.2.3