Index: scripts/slave/recipes/run_presubmit.expected/build_internal.json |
diff --git a/scripts/slave/recipes/run_presubmit.expected/build_internal.json b/scripts/slave/recipes/run_presubmit.expected/build_internal.json |
index 215447f9ec539f509f4a167f7bd43ea1a38f245f..5226cd941e997f92f694887aef60a7d81d09a71b 100644 |
--- a/scripts/slave/recipes/run_presubmit.expected/build_internal.json |
+++ b/scripts/slave/recipes/run_presubmit.expected/build_internal.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_internal', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/build.git'}, {'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_internal', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/build.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]", |
"--root", |
"build_internal", |
"--revision_mapping_file", |
"{\"build\": \"got_build_revision\", \"build_internal\": \"got_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--issue", |
"12853011", |
"--patchset", |
@@ -30,6 +30,7 @@ |
"build_internal@HEAD", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -81,7 +82,7 @@ |
"-m", |
"Committed patch" |
], |
- "cwd": "[CWD]/build_internal", |
+ "cwd": "[SLAVE_BUILD]/build_internal", |
"name": "commit git patch" |
}, |
{ |
@@ -99,7 +100,7 @@ |
"--rietveld_email", |
"", |
"--root", |
- "[CWD]/build_internal", |
+ "[SLAVE_BUILD]/build_internal", |
"--commit", |
"--verbose", |
"--verbose", |
@@ -112,6 +113,7 @@ |
"--upstream", |
"703cb5ca764739c1acc1ac18467705125769699b" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
"PYTHONPATH": "" |