| Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
|
| diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
|
| index aae1165d591e977e63bb8ab1919438277a4b2ee2..c5fbee911a9fee84d6dc3f3bf8d0347c4f48a4e9 100644
|
| --- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
|
| +++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| - "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesource.com/infra/infra_internal.git'}]",
|
| + "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesource.com/infra/infra_internal.git'}]",
|
| "--root",
|
| "infra_internal",
|
| "--revision_mapping_file",
|
| "{\"infra_internal\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[ROOT]/b/build/slave/cache_dir",
|
| + "[GIT_CACHE]",
|
| "--issue",
|
| "12853011",
|
| "--patchset",
|
| @@ -25,9 +25,9 @@
|
| "--rietveld_server",
|
| "https://codereview.chromium.org",
|
| "--apply_issue_email_file",
|
| - "[ROOT]/b/build/site_config/.rietveld_client_email",
|
| + "[BUILD]/site_config/.rietveld_client_email",
|
| "--apply_issue_key_file",
|
| - "[ROOT]/b/build/site_config/.rietveld_secret_key",
|
| + "[BUILD]/site_config/.rietveld_secret_key",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| @@ -35,6 +35,7 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -78,7 +79,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[CWD]/infra_internal",
|
| + "cwd": "[SLAVE_BUILD]/infra_internal",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -88,6 +89,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -101,7 +103,7 @@
|
| "HEAD",
|
| "HEAD~"
|
| ],
|
| - "cwd": "[CWD]/infra_internal",
|
| + "cwd": "[SLAVE_BUILD]/infra_internal",
|
| "name": "get change list",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -117,25 +119,27 @@
|
| "test.py",
|
| "test"
|
| ],
|
| - "cwd": "[CWD]/infra_internal",
|
| + "cwd": "[SLAVE_BUILD]/infra_internal",
|
| "name": "python tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[CWD]/infra_internal/go/env.py"
|
| + "[SLAVE_BUILD]/infra_internal/go/env.py"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "go bootstrap"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[CWD]/infra_internal/go/env.py",
|
| + "[SLAVE_BUILD]/infra_internal/go/env.py",
|
| "python",
|
| - "[CWD]/infra_internal/go/test.py"
|
| + "[SLAVE_BUILD]/infra_internal/go/test.py"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "go tests"
|
| },
|
| {
|
|
|