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

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

Powered by Google App Engine
This is Rietveld 408576698