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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 916067ac625068fbed0a0b0ffac31359649c5ddf..8b23ecb4f73dfdb793a5a2ddf91fbc67af9aacb2 100644
--- a/scripts/slave/recipes/infra/master_manager_config.py
+++ b/scripts/slave/recipes/infra/master_manager_config.py
@@ -6,7 +6,6 @@ DEPS = [
'depot_tools/bot_update',
'file',
'depot_tools/gclient',
- 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -23,12 +22,12 @@ def RunSteps(api):
api.gclient.runhooks()
api.python('master manager configuration test',
- api.infra_paths['slave_build'].join('infra', 'run.py'),
+ api.path['slave_build'].join('infra', 'run.py'),
['infra.services.master_manager_launcher',
'--verify',
'--ts-mon-endpoint=none',
'--json-file',
- api.infra_paths['slave_build'].join(
+ api.path['slave_build'].join(
'infra-data-master-manager',
'desired_master_state.json')])

Powered by Google App Engine
This is Rietveld 408576698