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

Unified Diff: scripts/slave/recipes/infra/infra_continuous.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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: scripts/slave/recipes/infra/infra_continuous.py
diff --git a/scripts/slave/recipes/infra/infra_continuous.py b/scripts/slave/recipes/infra/infra_continuous.py
index ffadedee53d2f3579a06d67618e2af11484e4201..15213eecc58a29eee7474744dcb751293ec2a99e 100644
--- a/scripts/slave/recipes/infra/infra_continuous.py
+++ b/scripts/slave/recipes/infra/infra_continuous.py
@@ -6,6 +6,7 @@ from recipe_engine.recipe_api import Property
DEPS = [
'depot_tools/bot_update',
+ 'depot_tools/infra_paths',
'file',
'depot_tools/gclient',
'recipe_engine/json',
@@ -76,7 +77,7 @@ def build_luci(api):
absfiles = [api.path.join(go_bin, i) for i in files]
api.python(
'upload go bin',
- api.path['depot_tools'].join('upload_to_google_storage.py'),
+ api.infra_paths['depot_tools'].join('upload_to_google_storage.py'),
['-b', 'chromium-luci'] + absfiles)
for name, abspath in zip(files, absfiles):
sha1 = api.file.read(

Powered by Google App Engine
This is Rietveld 408576698