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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.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: Address nit. 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\"@@@", 195 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\"@@@",
196 "@@@STEP_LOG_LINE@json.output@ ], @@@", 196 "@@@STEP_LOG_LINE@json.output@ ], @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 197 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", 198 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@",
199 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\"@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\"@@@",
200 "@@@STEP_LOG_LINE@json.output@ ]@@@", 200 "@@@STEP_LOG_LINE@json.output@ ]@@@",
201 "@@@STEP_LOG_LINE@json.output@}@@@", 201 "@@@STEP_LOG_LINE@json.output@}@@@",
202 "@@@STEP_LOG_END@json.output@@@", 202 "@@@STEP_LOG_END@json.output@@@",
203 "@@@STEP_LOG_LINE@analyze_details@{@@@", 203 "@@@STEP_LOG_LINE@analyze_details@{@@@",
204 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 204 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
205 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\"@@@", 205 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
206 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
206 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 207 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
207 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 208 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
208 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 209 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
209 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 210 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
210 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", 211 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@",
211 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 212 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
212 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@", 213 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@",
213 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 214 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
214 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", 215 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@",
215 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 216 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--src-dir", 265 "--src-dir",
265 "[SLAVE_BUILD]\\src", 266 "[SLAVE_BUILD]\\src",
266 "--build-tool", 267 "--build-tool",
267 "ninja", 268 "ninja",
268 "--compiler", 269 "--compiler",
269 "goma", 270 "goma",
270 "--goma-dir", 271 "--goma-dir",
271 "[BUILD]\\goma", 272 "[BUILD]\\goma",
272 "--ninja-ensure-up-to-date", 273 "--ninja-ensure-up-to-date",
273 "--", 274 "--",
274 "angle_unittests_run" 275 "angle_unittests_run",
276 "crash_service"
275 ], 277 ],
276 "name": "compile (with patch)" 278 "name": "compile (with patch)"
277 }, 279 },
278 { 280 {
279 "cmd": [ 281 "cmd": [
280 "python", 282 "python",
281 "-u", 283 "-u",
282 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 284 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
283 "--build-dir", 285 "--build-dir",
284 "[SLAVE_BUILD]\\src\\out\\Release", 286 "[SLAVE_BUILD]\\src\\out\\Release",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "cmd": [ 433 "cmd": [
432 "python", 434 "python",
433 "-u", 435 "-u",
434 "[BUILD]\\scripts\\slave\\process_dumps.py", 436 "[BUILD]\\scripts\\slave\\process_dumps.py",
435 "--target", 437 "--target",
436 "Release" 438 "Release"
437 ], 439 ],
438 "name": "process_dumps" 440 "name": "process_dumps"
439 } 441 }
440 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698