| Index: recipes/recipes/infra_continuous.expected/infra_swarming.json
|
| diff --git a/recipes/recipes/infra_continuous.expected/infra_swarming.json b/recipes/recipes/infra_continuous.expected/infra_swarming.json
|
| index 0c63132c017a29eda65349c6c6a52eb19b769e8d..2789a33cab75ed3e5523c3a84523535f403d98c2 100644
|
| --- a/recipes/recipes/infra_continuous.expected/infra_swarming.json
|
| +++ b/recipes/recipes/infra_continuous.expected/infra_swarming.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,23 +71,23 @@
|
| "--jobs",
|
| "1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "infra python tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py"
|
| + "[START_DIR]/infra/glyco/tests/run_all_tests.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "Glyco tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/go/env.py",
|
| + "[START_DIR]/infra/go/env.py",
|
| "go",
|
| "version"
|
| ],
|
| @@ -97,9 +97,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"
|
| },
|
|
|