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

Unified Diff: scripts/slave/recipes/infra/master_manager_config.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/master_manager_config.py
diff --git a/scripts/slave/recipes/infra/master_manager_config.py b/scripts/slave/recipes/infra/master_manager_config.py
index 8b23ecb4f73dfdb793a5a2ddf91fbc67af9aacb2..916067ac625068fbed0a0b0ffac31359649c5ddf 100644
--- a/scripts/slave/recipes/infra/master_manager_config.py
+++ b/scripts/slave/recipes/infra/master_manager_config.py
@@ -6,6 +6,7 @@ DEPS = [
'depot_tools/bot_update',
'file',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -22,12 +23,12 @@ def RunSteps(api):
api.gclient.runhooks()
api.python('master manager configuration test',
- api.path['slave_build'].join('infra', 'run.py'),
+ api.infra_paths['slave_build'].join('infra', 'run.py'),
['infra.services.master_manager_launcher',
'--verify',
'--ts-mon-endpoint=none',
'--json-file',
- api.path['slave_build'].join(
+ api.infra_paths['slave_build'].join(
'infra-data-master-manager',
'desired_master_state.json')])

Powered by Google App Engine
This is Rietveld 408576698