Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: infra/bots/recipes/swarm_trigger.py

Issue 2356813003: Attempt to fix nanobench upload (Closed)
Patch Set: Don't gzip locally Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698