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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 { 349 {
350 "cmd": [ 350 "cmd": [
351 "python", 351 "python",
352 "-u", 352 "-u",
353 "import sys; sys.exit(0)" 353 "import sys; sys.exit(0)"
354 ], 354 ],
355 "name": "analyze", 355 "name": "analyze",
356 "~followup_annotations": [ 356 "~followup_annotations": [
357 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 357 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
358 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 358 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
359 "@@@STEP_LOG_END@excluded_files@@@", 359 "@@@STEP_LOG_END@excluded_files@@@"
360 ]
361 },
362 {
363 "cmd": [
364 "python",
365 "-u",
366 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
367 "--show-path",
368 "python",
369 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
370 "--event-mon-run-type",
371 "test",
372 "--master-name",
373 "tryserver.fake",
374 "--builder-name",
375 "ios-simulator-gn",
376 "--build-id",
377 "0",
378 "--analyze-input",
379 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\ "foo.cc\"], \"test_targets\": [\"fake tests\"]}",
380 "--analyze-output",
381 "{\"status\": \"Analyze disabled: matched exclusion\"}"
382 ],
383 "name": "analyze report",
384 "~followup_annotations": [
360 "@@@STEP_LOG_LINE@analyze_details@{@@@", 385 "@@@STEP_LOG_LINE@analyze_details@{@@@",
361 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 386 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
362 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 387 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
363 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 388 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
364 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 389 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
365 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 390 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
366 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 391 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
367 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 392 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
368 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 393 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
369 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 394 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "@@@STEP_LOG_END@json.output@@@", 847 "@@@STEP_LOG_END@json.output@@@",
823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 848 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
824 ] 849 ]
825 }, 850 },
826 { 851 {
827 "name": "$result", 852 "name": "$result",
828 "recipe_result": null, 853 "recipe_result": null,
829 "status_code": 0 854 "status_code": 0
830 } 855 }
831 ] 856 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/gyp_goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698