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