| Index: recipes/recipes/infra_repo_trybot.expected/basic.json
|
| diff --git a/recipes/recipes/infra_repo_trybot.expected/basic.json b/recipes/recipes/infra_repo_trybot.expected/basic.json
|
| index 9ba601735504c8ceb6cff161f4b97b203cd077c0..38f230f06a164e3b940568bf895d16b45e62ffe0 100644
|
| --- a/recipes/recipes/infra_repo_trybot.expected/basic.json
|
| +++ b/recipes/recipes/infra_repo_trybot.expected/basic.json
|
| @@ -67,7 +67,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -77,7 +77,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]"
|
| },
|
| @@ -91,7 +91,7 @@
|
| "HEAD",
|
| "HEAD~"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "get change list",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -109,14 +109,14 @@
|
| "--jobs",
|
| "1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "python tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/recipes/recipes.py",
|
| + "[START_DIR]/infra/recipes/recipes.py",
|
| "simulation_test",
|
| "test"
|
| ],
|
| @@ -126,7 +126,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/recipes/recipes.py",
|
| + "[START_DIR]/infra/recipes/recipes.py",
|
| "lint"
|
| ],
|
| "name": "recipe lint"
|
| @@ -135,7 +135,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/go/env.py"
|
| + "[START_DIR]/infra/go/env.py"
|
| ],
|
| "name": "go bootstrap"
|
| },
|
| @@ -143,9 +143,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": "go tests"
|
| },
|
|
|