| Index: recipes/recipes/infra_repo_trybot.expected/infra_internal.json
|
| diff --git a/recipes/recipes/infra_repo_trybot.expected/infra_internal.json b/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
|
| index 2999f3564b8d4b41c672a29f8251f2b29ae460c5..3f1f80b1413d8ee20a7ea265612b15116a20c01c 100644
|
| --- a/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
|
| +++ b/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
|
| @@ -71,7 +71,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[START_DIR]/infra_internal",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -81,7 +81,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[START_DIR]/infra_internal",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -95,7 +95,7 @@
|
| "HEAD",
|
| "HEAD~"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[START_DIR]/infra_internal",
|
| "name": "get change list",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -113,14 +113,14 @@
|
| "--jobs",
|
| "1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[START_DIR]/infra_internal",
|
| "name": "python tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra_internal/go/env.py"
|
| + "[START_DIR]/infra_internal/go/env.py"
|
| ],
|
| "name": "go bootstrap"
|
| },
|
| @@ -128,9 +128,9 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra_internal/go/env.py",
|
| + "[START_DIR]/infra_internal/go/env.py",
|
| "python",
|
| - "[SLAVE_BUILD]/infra_internal/go/test.py"
|
| + "[START_DIR]/infra_internal/go/test.py"
|
| ],
|
| "name": "go tests"
|
| },
|
|
|