Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: infra/bots/recipes/swarm_trigger.py

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698