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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_time_out_is_handled_correctly.json

Issue 1092053002: Prevent analyze from filtering out crash_service target. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix some issues. Created 5 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/swarming_time_out_is_handled_correctly.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_time_out_is_handled_correctly.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_time_out_is_handled_correctly.json
index 650682f40757d203aa1279c19f5c0e8e4ac5d56d..04dd21e733e33a29b88cc67ade6001475bd57dbb 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/swarming_time_out_is_handled_correctly.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_time_out_is_handled_correctly.json
@@ -201,7 +201,8 @@
"@@@STEP_LOG_END@json.output@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
@@ -269,7 +270,8 @@
"[BUILD]\\goma",
"--ninja-ensure-up-to-date",
"--",
- "telemetry_gpu_test_run"
+ "telemetry_gpu_test_run",
+ "crash_service"
],
"name": "compile (with patch)"
},

Powered by Google App Engine
This is Rietveld 408576698