Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index f512f770d6ec6ca5a6de3e1af5d78a9f87042df9..100f576c8ade80af061d0b71b4ab6f7cca711bd9 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -481,8 +481,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: |