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

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

Issue 2231943002: Use SVGs CIPD package and use SVG as a DM source (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comment 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_perf.py
diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py
index 858c1e91a15202903517bbf20986cfd65b97d19e..60ebaee88beff80b3c7fa4d59a98cb731a653bad 100644
--- a/infra/bots/recipes/swarm_perf.py
+++ b/infra/bots/recipes/swarm_perf.py
@@ -252,6 +252,9 @@ def GenTests(api):
'read SK_IMAGE_VERSION',
stdout=api.raw_io.output('42')) +
api.step_data(
+ 'read SVG_VERSION',
+ stdout=api.raw_io.output('42')) +
+ api.step_data(
'which adb',
retcode=1)
)
@@ -318,6 +321,8 @@ def GenTests(api):
'skimage', 'VERSION'),
api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
'skp', 'VERSION'),
+ api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
+ 'svg', 'VERSION'),
api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
) +
api.platform('win', 64)

Powered by Google App Engine
This is Rietveld 408576698