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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json

Issue 2397593003: analyze: send results to event_mon (Closed)
Patch Set: review Created 4 years, 2 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "import sys; sys.exit(0)" 316 "import sys; sys.exit(0)"
317 ], 317 ],
318 "name": "analyze", 318 "name": "analyze",
319 "~followup_annotations": [ 319 "~followup_annotations": [
320 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 320 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
321 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 321 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
322 "@@@STEP_LOG_END@excluded_files@@@", 322 "@@@STEP_LOG_END@excluded_files@@@"
323 ]
324 },
325 {
326 "cmd": [
327 "python",
328 "-u",
329 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
330 "--show-path",
331 "python",
332 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
333 "--event-mon-run-type",
334 "test",
335 "--master-name",
336 "tryserver.chromium.win",
337 "--builder-name",
338 "win_clang",
339 "--build-id",
340 "571",
341 "--analyze-input",
342 "{\"additional_compile_targets\": [\"all\"], \"files\": [\"foo.cc\"], \"te st_targets\": []}",
343 "--analyze-output",
344 "{\"status\": \"Analyze disabled: matched exclusion\"}"
345 ],
346 "name": "analyze report",
347 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@analyze_details@{@@@", 348 "@@@STEP_LOG_LINE@analyze_details@{@@@",
324 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 349 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
325 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 350 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
326 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 351 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
327 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 352 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
328 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 353 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 355 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
331 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 356 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
332 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 357 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "import sys; sys.exit(0)" 479 "import sys; sys.exit(0)"
455 ], 480 ],
456 "name": "mark: before_tests" 481 "name": "mark: before_tests"
457 }, 482 },
458 { 483 {
459 "name": "$result", 484 "name": "$result",
460 "recipe_result": null, 485 "recipe_result": null,
461 "status_code": 0 486 "status_code": 0
462 } 487 }
463 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698