Index: scripts/slave/recipes/infra/luci_py.expected/luci_py.json |
diff --git a/scripts/slave/recipes/infra/luci_py.expected/luci_py.json b/scripts/slave/recipes/infra/luci_py.expected/luci_py.json |
index ca5cfa1fd9c5e3f3c51b36f501720ce3837cf9e2..76eac10e7d3ddc922e44c82bc4b759b1f833f4fb 100644 |
--- a/scripts/slave/recipes/infra/luci_py.expected/luci_py.json |
+++ b/scripts/slave/recipes/infra/luci_py.expected/luci_py.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", |
"--root", |
"infra", |
"--revision_mapping_file", |
"{\"infra/luci\": \"got_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -27,6 +27,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |