| 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')])
|
|
|
|
|