| Index: scripts/slave/recipes/client.fletch.recipe_autogen.py
|
| diff --git a/scripts/slave/recipes/client.fletch.recipe_autogen.py b/scripts/slave/recipes/client.fletch.recipe_autogen.py
|
| index 5eb49c66e6b41b7e4873cb88be78cbe379e3f2ee..092ff481a3848efdfa5f5598d77d22b540cec3fd 100644
|
| --- a/scripts/slave/recipes/client.fletch.recipe_autogen.py
|
| +++ b/scripts/slave/recipes/client.fletch.recipe_autogen.py
|
| @@ -5,7 +5,6 @@
|
| DEPS = [
|
| 'depot_tools/bot_update',
|
| 'depot_tools/gclient',
|
| - 'depot_tools/infra_paths',
|
| 'recipe_engine/path',
|
| 'recipe_engine/properties',
|
| 'recipe_engine/python',
|
| @@ -31,7 +30,7 @@ def target_dartino_linux_debug_arm_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -71,7 +70,7 @@ def dartino_mac_debug_asan_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -107,7 +106,7 @@ def target_dartino_linux_release_arm_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -146,7 +145,7 @@ def dartino_lk_debug_arm_qemu_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -185,7 +184,7 @@ def dartino_linux_release_asan_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -224,7 +223,7 @@ def dartino_mac_release_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -260,7 +259,7 @@ def cross_dartino_linux_arm_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -303,7 +302,7 @@ def dartino_mac_release_asan_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -339,7 +338,7 @@ def cross_dartino_linux_arm_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -382,7 +381,7 @@ def dartino_free_rtos_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -421,7 +420,7 @@ def dartino_mac_release_x64_sdk_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -457,7 +456,7 @@ def dartino_free_rtos_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -496,7 +495,7 @@ def dartino_mac_debug_asan_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -532,7 +531,7 @@ def dartino_mac_debug_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -568,7 +567,7 @@ def target_dartino_linux_debug_arm_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -594,7 +593,7 @@ def dartino_win_debug_x86_steps(api):
|
| # svnkill step; not necessary in recipes
|
| # update scripts step; implicitly run by recipe engine.
|
| # taskkill step
|
| - api.python("taskkill", api.infra_paths['build'].join("scripts", "slave",
|
| + api.python("taskkill", api.path["build"].join("scripts", "slave",
|
| "kill_processes.py"))
|
| # bot_update step
|
| src_cfg = api.gclient.make_config(GIT_MODE=True)
|
| @@ -611,7 +610,7 @@ def dartino_win_debug_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -647,7 +646,7 @@ def dartino_linux_release_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -686,7 +685,7 @@ def dartino_mac_debug_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -722,7 +721,7 @@ def dartino_linux_release_x64_sdk_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -764,7 +763,7 @@ def dartino_linux_debug_asan_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -803,7 +802,7 @@ def dartino_linux_debug_asan_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -842,7 +841,7 @@ def dartino_mac_release_asan_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -878,7 +877,7 @@ def target_dartino_linux_release_arm_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -917,7 +916,7 @@ def dartino_mac_release_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -953,7 +952,7 @@ def dartino_linux_release_x64_sdk_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -995,7 +994,7 @@ def dartino_lk_debug_arm_qemu_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -1034,7 +1033,7 @@ def dartino_mac_release_x64_sdk_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -1070,7 +1069,7 @@ def dartino_linux_release_asan_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -1109,7 +1108,7 @@ def dartino_linux_debug_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -1148,7 +1147,7 @@ def dartino_linux_release_x86_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -1187,7 +1186,7 @@ def dartino_linux_debug_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
| @@ -1213,7 +1212,7 @@ def dartino_win_debug_x86_dev_steps(api):
|
| # svnkill step; not necessary in recipes
|
| # update scripts step; implicitly run by recipe engine.
|
| # taskkill step
|
| - api.python("taskkill", api.infra_paths['build'].join("scripts", "slave",
|
| + api.python("taskkill", api.path["build"].join("scripts", "slave",
|
| "kill_processes.py"))
|
| # bot_update step
|
| src_cfg = api.gclient.make_config(GIT_MODE=True)
|
| @@ -1230,7 +1229,7 @@ def dartino_win_debug_x86_dev_steps(api):
|
| # gclient runhooks wrapper step
|
| env = {'CHROMIUM_GYP_SYNTAX_CHECK': '1', 'LANDMINES_VERBOSE': '1',
|
| 'DEPOT_TOOLS_UPDATE': '0'}
|
| - api.python("gclient runhooks wrapper", api.infra_paths['build'].join("scripts",
|
| + api.python("gclient runhooks wrapper", api.path["build"].join("scripts",
|
| "slave", "runhooks_wrapper.py"), env=env)
|
| # taskkill step
|
| api.python("Taskkill", api.path["checkout"].join("third_party", "dart",
|
|
|