aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index f223553321..d073f1e21e 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -126,15 +126,8 @@ def dm_flags(api, bot):
configs.extend(['narrow'])
configs.extend(['enarrow'])
- # Temporarily disabled while debugging.
- #if 'SAN' in bot:
- # configs.extend(['t8888'])
-
configs.extend(mode + '-8888' for mode in ['serialize', 'tiles_rt', 'pic'])
- if 'T8888' in bot:
- configs = ['t8888']
-
# This bot only differs from vanilla CPU bots in 8888 config.
if 'SK_FORCE_RASTER_PIPELINE_BLITTER' in bot:
configs = ['8888']
@@ -329,11 +322,6 @@ def dm_flags(api, bot):
args.remove('image')
args.remove('colorImage')
- if 'T8888' in bot:
- args.remove('tests')
- args.remove('image')
- args.remove('colorImage')
-
def remove_from_args(arg):
if arg in args:
args.remove(arg)
@@ -1045,7 +1033,6 @@ TEST_BUILDERS = [
'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN',
('Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All'
'-SK_USE_DISCARDABLE_SCALEDIMAGECACHE'),
- 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-T8888',
'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie',
('Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All'
'-SK_FORCE_RASTER_PIPELINE_BLITTER'),