| Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
|
| diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
|
| index 3cd3ad1084179bfe90adc3676608ae136e25e933..377f98af9ee58c5fdbd36facc0164e103de8ba9d 100644
|
| --- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
|
| +++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
|
| @@ -11,21 +11,21 @@
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesource.com/infra/infra_internal.git'}]",
|
| + "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'}]",
|
| "--root",
|
| "infra_internal",
|
| "--revision_mapping_file",
|
| "{\"infra_internal\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--gerrit_repo",
|
| "https://chrome-internal.googlesource.com/infra/infra_internal",
|
| "--gerrit_ref",
|
| "refs/changes/11/338811/3",
|
| "--apply_issue_email_file",
|
| - "[BUILD]/site_config/.rietveld_client_email",
|
| + "[ROOT]/b/build/site_config/.rietveld_client_email",
|
| "--apply_issue_key_file",
|
| - "[BUILD]/site_config/.rietveld_secret_key",
|
| + "[ROOT]/b/build/site_config/.rietveld_secret_key",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| @@ -33,7 +33,6 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -77,7 +76,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[CWD]/infra_internal",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -87,7 +86,6 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -101,7 +99,7 @@
|
| "HEAD",
|
| "HEAD~"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[CWD]/infra_internal",
|
| "name": "get change list",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -117,27 +115,25 @@
|
| "test.py",
|
| "test"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra_internal",
|
| + "cwd": "[CWD]/infra_internal",
|
| "name": "python tests"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra_internal/go/env.py"
|
| + "[CWD]/infra_internal/go/env.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "go bootstrap"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra_internal/go/env.py",
|
| + "[CWD]/infra_internal/go/env.py",
|
| "python",
|
| - "[SLAVE_BUILD]/infra_internal/go/test.py"
|
| + "[CWD]/infra_internal/go/test.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "go tests"
|
| },
|
| {
|
|
|