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