Index: scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner-try-rietveld.json |
diff --git a/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner-try-rietveld.json b/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner-try-rietveld.json |
index e1956522262fd3e9aa376751d8956f81dfb1f939..eedd862feb6063fc88502f5e70bf172426f54dd3 100644 |
--- a/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner-try-rietveld.json |
+++ b/scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner-try-rietveld.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]", |
"--issue", |
"12853011", |
"--patchset", |
@@ -31,6 +31,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -68,10 +69,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" |
}, |
{ |
@@ -82,7 +84,7 @@ |
"origin", |
"master" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "git fetch" |
}, |
{ |
@@ -92,7 +94,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "git checkout" |
}, |
{ |
@@ -101,7 +103,7 @@ |
"rev-parse", |
"HEAD" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "read revision", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -116,7 +118,7 @@ |
"-d", |
"-x" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "git clean" |
}, |
{ |
@@ -125,7 +127,7 @@ |
"submodule", |
"sync" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "submodule sync" |
}, |
{ |
@@ -136,7 +138,7 @@ |
"--init", |
"--recursive" |
], |
- "cwd": "[ROOT]/b/build/clone", |
+ "cwd": "[BUILD]/clone", |
"name": "submodule update" |
}, |
{ |