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 377f98af9ee58c5fdbd36facc0164e103de8ba9d..3cd3ad1084179bfe90adc3676608ae136e25e933 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 = '[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]", |
"--gerrit_repo", |
"https://chrome-internal.googlesource.com/infra/infra_internal", |
"--gerrit_ref", |
"refs/changes/11/338811/3", |
"--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", |
@@ -33,6 +33,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -76,7 +77,7 @@ |
"-m", |
"Committed patch" |
], |
- "cwd": "[CWD]/infra_internal", |
+ "cwd": "[SLAVE_BUILD]/infra_internal", |
"name": "commit git patch" |
}, |
{ |
@@ -86,6 +87,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -99,7 +101,7 @@ |
"HEAD", |
"HEAD~" |
], |
- "cwd": "[CWD]/infra_internal", |
+ "cwd": "[SLAVE_BUILD]/infra_internal", |
"name": "get change list", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -115,25 +117,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" |
}, |
{ |