| Index: scripts/slave/recipes/gpu.expected/win_debug_tryserver.json
|
| diff --git a/scripts/slave/recipes/gpu.expected/win_debug_tryserver.json b/scripts/slave/recipes/gpu.expected/win_debug_tryserver.json
|
| index 2cd2ecee0a8b0441c9011cb59894a1d182ddd262..9f6965486ce9e0392338cbc3f28c27c2c316ff12 100644
|
| --- a/scripts/slave/recipes/gpu.expected/win_debug_tryserver.json
|
| +++ b/scripts/slave/recipes/gpu.expected/win_debug_tryserver.json
|
| @@ -123,6 +123,18 @@
|
| "name": "compile"
|
| },
|
| {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
|
| + "--build-dir",
|
| + "[SLAVE_BUILD]\\src\\out",
|
| + "--target",
|
| + "Debug"
|
| + ],
|
| + "name": "start_crash_service"
|
| + },
|
| + {
|
| "always_run": true,
|
| "cmd": [
|
| "python",
|
| @@ -365,5 +377,17 @@
|
| "-v"
|
| ],
|
| "name": "memory_test"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]\\scripts\\slave\\process_dumps.py",
|
| + "--build-dir",
|
| + "[SLAVE_BUILD]\\src\\out",
|
| + "--target",
|
| + "Debug"
|
| + ],
|
| + "name": "process_dumps"
|
| }
|
| ]
|
|
|