aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_test.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-08-12 07:25:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-12 07:25:53 -0700
commit70c43efb6e83fb034f387ffd767b5a4fcbca6ea1 (patch)
tree848c33625e9b9bb7071d0559fdb30fa1459570a6 /infra/bots/recipes/swarm_test.py
parent2a4959181fc98d5d7ee862e7cd1c7993b3343be6 (diff)
Turn on SVGs for all Test bots
Diffstat (limited to 'infra/bots/recipes/swarm_test.py')
-rw-r--r--infra/bots/recipes/swarm_test.py13
1 files changed, 2 insertions, 11 deletions
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))