From 70c43efb6e83fb034f387ffd767b5a4fcbca6ea1 Mon Sep 17 00:00:00 2001 From: rmistry Date: Fri, 12 Aug 2016 07:25:53 -0700 Subject: Turn on SVGs for all Test bots BUG=skia:5628 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2240153002 Review-Url: https://codereview.chromium.org/2240153002 --- infra/bots/recipes/swarm_test.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'infra/bots/recipes/swarm_test.py') diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py index c8a8e78969..65ec6933e6 100644 --- a/infra/bots/recipes/swarm_test.py +++ b/infra/bots/recipes/swarm_test.py @@ -138,11 +138,7 @@ def dm_flags(bot): args.extend(configs) # Run tests, gms, and image decoding tests everywhere. - args.extend('--src tests gm image colorImage'.split(' ')) - # TODO(rmistry): Remove the below once we want to enable SVGs for all bots. - if (bot == 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot' or - bot == 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared'): - args.append('svg') + args.extend('--src tests gm image colorImage svg'.split(' ')) if 'GalaxyS' in bot: args.extend(('--threads', '0')) @@ -440,12 +436,7 @@ def test_steps(api): '--properties' ] + properties - # TODO(rmistry): Remove the below once we want to enable SVGs for all bots. - if (api.vars.builder_name == - 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot' or - api.vars.builder_name == - 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared'): - args.extend(['--svgs', api.flavor.device_dirs.svg_dir]) + args.extend(['--svgs', api.flavor.device_dirs.svg_dir]) args.append('--key') args.extend(key_params(api)) -- cgit v1.2.3