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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.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_trybot.expected/non_cq_blink_tryjob.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json b/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
index fbe797747fc66ad5323709eb87ef1fde027a537d..f2e8b3a61ae51e165e17d55c68bc138f33cb8dcf 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
@@ -241,12 +241,16 @@
"@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
"@@@STEP_LOG_END@excluded_files@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
@@ -316,7 +320,8 @@
"--goma-fail-fast",
"--goma-disable-local-fallback",
"--",
- "blink_tests"
+ "blink_tests",
+ "crash_service"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile (with patch)",
@@ -338,6 +343,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",
"RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
"--target",
"Release",

Powered by Google App Engine
This is Rietveld 408576698