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

Unified Diff: infra/bots/recipes/swarm_housekeeper.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_housekeeper.py
diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
index 43e694c3843e8069ac5f3956795cd63365081f56..e318463b3779885d6621c09d01977e2264b66355 100644
--- a/infra/bots/recipes/swarm_housekeeper.py
+++ b/infra/bots/recipes/swarm_housekeeper.py
@@ -42,8 +42,7 @@ def RunSteps(api):
# TODO(borenet): Detect static initializers?
- gsutil_path = api.path['depot_tools'].join('third_party', 'gsutil',
- 'gsutil')
+ gsutil_path = api.path['depot_tools'].join('gsutil.py')
if not api.vars.is_trybot:
api.run(
api.step,

Powered by Google App Engine
This is Rietveld 408576698