| Index: recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json
|
| diff --git a/recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json b/recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json
|
| index 4fc26185803e4955ed4abb251b8f68f1a30b921c..df489abd3b7f81d4f70614d70e9fb25b10bd2863 100644
|
| --- a/recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json
|
| +++ b/recipes/recipes/infra_repo_trybot.expected/basic_gerrit.json
|
| @@ -65,7 +65,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -75,7 +75,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]"
|
| },
|
| @@ -89,7 +89,7 @@
|
| "HEAD",
|
| "HEAD~"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra",
|
| + "cwd": "[START_DIR]/infra",
|
| "name": "get change list",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -107,14 +107,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"
|
| ],
|
| @@ -124,7 +124,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/recipes/recipes.py",
|
| + "[START_DIR]/infra/recipes/recipes.py",
|
| "lint"
|
| ],
|
| "name": "recipe lint"
|
| @@ -133,7 +133,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/go/env.py"
|
| + "[START_DIR]/infra/go/env.py"
|
| ],
|
| "name": "go bootstrap"
|
| },
|
| @@ -141,9 +141,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"
|
| },
|
|
|