| Index: infra/bots/recipes/swarm_trigger.py
|
| diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
|
| index 100f576c8ade80af061d0b71b4ab6f7cca711bd9..f512f770d6ec6ca5a6de3e1af5d78a9f87042df9 100644
|
| --- a/infra/bots/recipes/swarm_trigger.py
|
| +++ b/infra/bots/recipes/swarm_trigger.py
|
| @@ -481,7 +481,8 @@
|
| infra_step=True)
|
|
|
| gsutil_path = api.path['slave_build'].join(
|
| - 'skia', 'infra', 'bots', '.recipe_deps', 'depot_tools', 'gsutil.py')
|
| + 'skia', 'infra', 'bots', '.recipe_deps', 'depot_tools', 'third_party',
|
| + 'gsutil', 'gsutil')
|
| upload_args = [api.properties['buildername'], api.properties['buildnumber'],
|
| perf_data_dir, got_revision, gsutil_path]
|
| if is_trybot:
|
|
|