Index: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json |
diff --git a/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json b/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json |
index cafdd9f126f3e12896b2070b36a452c059e3b8bd..c466c9e8a1c12ba62bbf210bc1c8a1b9db16a4a1 100644 |
--- a/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json |
+++ b/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlave", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", |
"--root", |
"src", |
"--revision_mapping_file", |
"{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -25,6 +25,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -84,8 +85,9 @@ |
"cmd": [ |
"python", |
"-u", |
- "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" |
+ "[BUILD]/scripts/slave/runhooks_wrapper.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"CHROMIUM_GYP_SYNTAX_CHECK": "1", |
"DEPOT_TOOLS_UPDATE": "0", |
@@ -104,13 +106,14 @@ |
"python", |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cleanup_temp" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[ROOT]/b/build/scripts/slave/compile.py", |
+ "[BUILD]/scripts/slave/compile.py", |
"--target", |
"Release", |
"--build-tool=ninja", |
@@ -128,6 +131,7 @@ |
"unit_tests", |
"url_unittests" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "compile" |
}, |
{ |