Index: scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner.json |
diff --git a/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner.json b/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner.json |
index bce604bc7bb1047bc122972d04a04396e1ff763a..c59804a096580918f481303dec38c3fabd0baf5e 100644 |
--- a/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner.json |
+++ b/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]", |
"--root", |
"build", |
"--revision_mapping_file", |
"{\"build\": \"got_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -25,6 +25,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -62,10 +63,11 @@ |
"-u", |
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
"--path", |
- "[ROOT]/b/build/clone", |
+ "[BUILD]/clone", |
"--url", |
"https://chromium.googlesource.com/chromium/tools/build" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "git setup" |
}, |
{ |
@@ -76,7 +78,7 @@ |
"origin", |
"master" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "git fetch" |
}, |
{ |
@@ -86,7 +88,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "git checkout" |
}, |
{ |
@@ -95,7 +97,7 @@ |
"rev-parse", |
"HEAD" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "read revision", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -110,7 +112,7 @@ |
"-d", |
"-x" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "git clean" |
}, |
{ |
@@ -119,7 +121,7 @@ |
"submodule", |
"sync" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "submodule sync" |
}, |
{ |
@@ -130,7 +132,7 @@ |
"--init", |
"--recursive" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "submodule update" |
}, |
{ |