Index: scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification_clobber.json |
diff --git a/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification_clobber.json b/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification_clobber.json |
index 3025c23ebec774305f98b12d4009ead6fc103011..c76333c0261d30db823d82ebc307f137cb2d61e2 100644 |
--- a/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification_clobber.json |
+++ b/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification_clobber.json |
@@ -3,8 +3,9 @@ |
"cmd": [ |
"python", |
"-u", |
- "[ROOT]/b/build/scripts/slave/kill_processes.py" |
+ "[BUILD]/scripts/slave/kill_processes.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "taskkill" |
}, |
{ |
@@ -19,13 +20,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", |
@@ -33,6 +34,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -92,8 +94,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", |
@@ -111,19 +114,21 @@ |
"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", |
"--solution", |
"chrome.sln", |
"--target", |
"Release", |
"--clobber" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "compile" |
}, |
{ |