| Index: infra/bots/recipes/swarm_RecreateSKPs.py
|
| diff --git a/infra/bots/recipes/swarm_RecreateSKPs.py b/infra/bots/recipes/swarm_RecreateSKPs.py
|
| index eb924840686a666a5d639935705879a7d46a4d14..d13e7507cc4c6136eb59c4c7a7334e6267975aeb 100644
|
| --- a/infra/bots/recipes/swarm_RecreateSKPs.py
|
| +++ b/infra/bots/recipes/swarm_RecreateSKPs.py
|
| @@ -10,6 +10,7 @@ DEPS = [
|
| 'build/file',
|
| 'core',
|
| 'depot_tools/gclient',
|
| + 'infra',
|
| 'recipe_engine/path',
|
| 'recipe_engine/properties',
|
| 'recipe_engine/python',
|
| @@ -136,9 +137,11 @@ def RunSteps(api):
|
|
|
| # Upload the SKPs.
|
| if 'Canary' not in api.properties['buildername']:
|
| + api.infra.update_go_deps()
|
| cmd = ['python',
|
| api.vars.skia_dir.join('infra', 'bots', 'upload_skps.py'),
|
| '--target_dir', output_dir]
|
| + env.update(api.infra.go_env)
|
| with depot_tools_auth(api, UPDATE_SKPS_KEY):
|
| api.step('Upload SKPs',
|
| cmd=cmd,
|
|
|