| Index: scripts/slave/recipes/skia/swarm_perf.py
|
| diff --git a/scripts/slave/recipes/skia/swarm_perf.py b/scripts/slave/recipes/skia/swarm_perf.py
|
| index d04a97415ffcbe12810871f232cd0712f7527cae..920de8d5d8789ecefeb0e0a513a0e7057b379651 100644
|
| --- a/scripts/slave/recipes/skia/swarm_perf.py
|
| +++ b/scripts/slave/recipes/skia/swarm_perf.py
|
| @@ -75,6 +75,8 @@ def GenTests(api):
|
| api.path['slave_build'].join('skia'),
|
| api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
|
| 'skimage', 'VERSION'),
|
| + api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
|
| + 'skp', 'VERSION'),
|
| api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| )
|
| )
|
| @@ -107,6 +109,8 @@ def GenTests(api):
|
| api.path['slave_build'].join('skia'),
|
| api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
|
| 'skimage', 'VERSION'),
|
| + api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
|
| + 'skp', 'VERSION'),
|
| api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| ) +
|
| api.platform('win', 64)
|
|
|