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

Unified Diff: recipes/recipes/infra_continuous.py

Issue 2052843002: infra_continuous: use a short path for DEPOT_TOOLS_GSUTIL_BIN_DIR (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | recipes/recipes/infra_continuous.expected/infra-64.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/recipes/infra_continuous.py
diff --git a/recipes/recipes/infra_continuous.py b/recipes/recipes/infra_continuous.py
index 798c6f4ec643a8b6b87c1c137de5c93fb1326e2f..e585408e13a95ffe11a7b4330a00577d0a59c1c2 100644
--- a/recipes/recipes/infra_continuous.py
+++ b/recipes/recipes/infra_continuous.py
@@ -10,6 +10,7 @@ DEPS = [
'depot_tools/bot_update',
'depot_tools/depot_tools',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -73,7 +74,8 @@ def build_luci(api):
api.python(
'upload go bin',
api.depot_tools.upload_to_google_storage_path,
- ['-b', 'chromium-luci'] + absfiles)
+ ['-b', 'chromium-luci'] + absfiles,
+ env={'DEPOT_TOOLS_GSUTIL_BIN_DIR': api.path['cache'].join('gsutil')})
for name, abspath in zip(files, absfiles):
sha1 = api.file.read(
'%s sha1' % str(name), abspath + '.sha1',
« no previous file with comments | « no previous file | recipes/recipes/infra_continuous.expected/infra-64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698