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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 { 317 {
318 "cmd": [ 318 "cmd": [
319 "python", 319 "python",
320 "-u", 320 "-u",
321 "import sys; sys.exit(0)" 321 "import sys; sys.exit(0)"
322 ], 322 ],
323 "name": "analyze", 323 "name": "analyze",
324 "~followup_annotations": [ 324 "~followup_annotations": [
325 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 325 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
326 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 326 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
327 "@@@STEP_LOG_END@excluded_files@@@", 327 "@@@STEP_LOG_END@excluded_files@@@"
328 ]
329 },
330 {
331 "cmd": [
332 "python",
333 "-u",
334 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
335 "--show-path",
336 "python",
337 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
338 "--event-mon-run-type",
339 "test",
340 "--master-name",
341 "tryserver.chromium.win",
342 "--builder-name",
343 "win_archive",
344 "--build-id",
345 "571",
346 "--analyze-input",
347 "{\"additional_compile_targets\": [\"all\"], \"files\": [\"foo.cc\"], \"te st_targets\": []}",
348 "--analyze-output",
349 "{\"status\": \"Analyze disabled: matched exclusion\"}"
350 ],
351 "name": "analyze report",
352 "~followup_annotations": [
328 "@@@STEP_LOG_LINE@analyze_details@{@@@", 353 "@@@STEP_LOG_LINE@analyze_details@{@@@",
329 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 354 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 355 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
331 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 356 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 357 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
333 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 358 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
334 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 359 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
335 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 360 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
336 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 361 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
337 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 362 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "import sys; sys.exit(0)" 455 "import sys; sys.exit(0)"
431 ], 456 ],
432 "name": "mark: before_tests" 457 "name": "mark: before_tests"
433 }, 458 },
434 { 459 {
435 "name": "$result", 460 "name": "$result",
436 "recipe_result": null, 461 "recipe_result": null,
437 "status_code": 0 462 "status_code": 0
438 } 463 }
439 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698