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