Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index 2948b5dbf557892e5fe1334d8a93f3c299e5c854..1fdd57174f057fe44827ebbcc1b6fab125116d15 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -683,12 +683,7 @@ def RunSteps(api): |
# SKPs, SkImages, SVGs. |
cipd_packages.append(cipd_pkg(api, infrabots_dir, 'skp')) |
cipd_packages.append(cipd_pkg(api, infrabots_dir, 'skimage')) |
- # TODO(rmistry): Remove the below once we want to enable SVGs for all bots. |
- if (api.properties['buildername'] == |
- 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot' or |
- api.properties['buildername'] == |
- 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared'): |
- cipd_packages.append(cipd_pkg(api, infrabots_dir, 'svg')) |
+ cipd_packages.append(cipd_pkg(api, infrabots_dir, 'svg')) |
# Trigger test and perf tasks. |
test_task = None |