Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json
index fa1c16ecc5dce30ab2624c9bc59e20d79f252921..880a36a957324b086f2cd92b025a61bfaf5d0d83 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json
@@ -217,7 +217,8 @@
"--",
"base_unittests",
"chromium_builder_tests",
- "content_unittests"
+ "content_unittests",
+ "crash_service"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile",
@@ -230,6 +231,17 @@
"cmd": [
"python",
"-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--target",
+ "Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "start_crash_service"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]\\goma\\diagnose_goma_log.py"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698