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