| Index: recipes/recipes/infra_continuous.expected/infra_win.json
|
| diff --git a/recipes/recipes/infra_continuous.expected/infra_win.json b/recipes/recipes/infra_continuous.expected/infra_win.json
|
| index 8605e7c9e3de40781368993341ecf35813b81894..08afd448c625c0cd197c43c4d5664e56712c34be 100644
|
| --- a/recipes/recipes/infra_continuous.expected/infra_win.json
|
| +++ b/recipes/recipes/infra_continuous.expected/infra_win.json
|
| @@ -56,7 +56,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]\\infra",
|
| + "cwd": "[START_DIR]\\infra",
|
| "env": {
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -71,14 +71,14 @@
|
| "--jobs",
|
| "1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]\\infra",
|
| + "cwd": "[START_DIR]\\infra",
|
| "name": "infra python tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\infra\\go\\env.py",
|
| + "[START_DIR]\\infra\\go\\env.py",
|
| "go",
|
| "version"
|
| ],
|
| @@ -88,9 +88,9 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\infra\\go\\env.py",
|
| + "[START_DIR]\\infra\\go\\env.py",
|
| "python",
|
| - "[SLAVE_BUILD]\\infra\\go\\test.py"
|
| + "[START_DIR]\\infra\\go\\test.py"
|
| ],
|
| "name": "infra go tests"
|
| },
|
| @@ -98,7 +98,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\infra\\build\\build.py",
|
| + "[START_DIR]\\infra\\build\\build.py",
|
| "--builder",
|
| "infra-continuous"
|
| ],
|
| @@ -108,7 +108,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\infra\\build\\test_packages.py"
|
| + "[START_DIR]\\infra\\build\\test_packages.py"
|
| ],
|
| "name": "cipd - test packages integrity"
|
| },
|
| @@ -116,7 +116,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\infra\\build\\build.py",
|
| + "[START_DIR]\\infra\\build\\build.py",
|
| "--no-rebuild",
|
| "--upload",
|
| "--service-account-json",
|
|
|