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

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

Issue 2187603005: Fix Perf data upload (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove uses of common.skia Created 4 years, 5 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 5bc7ca653c87fda5ccea82d76bba3a5dfb4dd917..8288e93a5e6bc7e0ddbc1e46151c0edca2d2f070 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -400,7 +400,9 @@ def perf_steps_collect(api, task, upload_perf_results, got_revision,
api.file.copy('perf_results', src_results_file, dst_results_file,
infra_step=True)
- gsutil_path = api.depot_tools.gsutil_py_path
+ gsutil_path = api.path['slave_build'].join(
+ '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:

Powered by Google App Engine
This is Rietveld 408576698