Index: scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json b/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json |
index f656ad058fbeefca352c85c0bbc457645aca921d..d0fa242c2418655e57ac84627075578d409f2195 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_goma_CrWinGomaStaging.json |
@@ -199,7 +199,8 @@ |
"--", |
"base_unittests", |
"chromium_builder_tests", |
- "content_unittests" |
+ "content_unittests", |
+ "crash_service" |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
@@ -215,6 +216,17 @@ |
"cmd": [ |
"python", |
"-u", |
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py", |
+ "--target", |
+ "Release_x64" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "start_crash_service" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"[BUILD]\\goma\\diagnose_goma_log.py" |
], |
"cwd": "[SLAVE_BUILD]", |