Index: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json |
diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json |
index abc8076a0272fe24268e3e04a85700405d44873e..e02f5612782bc4c4f535614ac97923c654efc337 100644 |
--- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json |
+++ b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json |
@@ -6,8 +6,9 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"config", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]" |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -26,6 +27,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -48,6 +50,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -57,25 +60,28 @@ |
"cmd": [ |
"ninja", |
"-C", |
- "[CWD]/crashpad/out/Release" |
+ "[SLAVE_BUILD]/crashpad/out/Release" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "compile with ninja" |
}, |
{ |
"cmd": [ |
"ninja", |
"-C", |
- "[CWD]/crashpad/out/Release_x64" |
+ "[SLAVE_BUILD]/crashpad/out/Release_x64" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "compile with ninja (2)" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/crashpad/build/run_tests.py", |
+ "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
"Release_x64" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "run tests" |
}, |
{ |