Index: scripts/slave/recipes/run_presubmit.expected/chrome_golo.json |
diff --git a/scripts/slave/recipes/run_presubmit.expected/chrome_golo.json b/scripts/slave/recipes/run_presubmit.expected/chrome_golo.json |
index 6d958d9785af043605ee2704451619c15e1366b8..b64313b1b0cb967af3529c5fd2807fa0a21f661c 100644 |
--- a/scripts/slave/recipes/run_presubmit.expected/chrome_golo.json |
+++ b/scripts/slave/recipes/run_presubmit.expected/chrome_golo.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome_golo', 'url': 'https://chrome-internal.googlesource.com/chrome-golo/chrome-golo.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome_golo', 'url': 'https://chrome-internal.googlesource.com/chrome-golo/chrome-golo.git'}]", |
"--root", |
"chrome_golo", |
"--revision_mapping_file", |
"{\"chrome_golo\": \"got_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--issue", |
"12853011", |
"--patchset", |
@@ -30,6 +30,7 @@ |
"chrome_golo@HEAD", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -73,7 +74,7 @@ |
"-m", |
"Committed patch" |
], |
- "cwd": "[CWD]/chrome_golo", |
+ "cwd": "[SLAVE_BUILD]/chrome_golo", |
"name": "commit git patch" |
}, |
{ |
@@ -91,7 +92,7 @@ |
"--rietveld_email", |
"", |
"--root", |
- "[CWD]/chrome_golo", |
+ "[SLAVE_BUILD]/chrome_golo", |
"--commit", |
"--verbose", |
"--verbose", |
@@ -104,6 +105,7 @@ |
"--upstream", |
"d2571c8b2d27c5e5a14fd061581e46e802f1566a" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |