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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: 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": [
385 "@@@STEP_LOG_LINE@analyze_details@{@@@", 360 "@@@STEP_LOG_LINE@analyze_details@{@@@",
386 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 361 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
387 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
388 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 363 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
389 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 364 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
390 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 365 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
391 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 366 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
392 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 367 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
393 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 368 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
394 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 369 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 "@@@STEP_LOG_END@json.output@@@", 822 "@@@STEP_LOG_END@json.output@@@",
848 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
849 ] 824 ]
850 }, 825 },
851 { 826 {
852 "name": "$result", 827 "name": "$result",
853 "recipe_result": null, 828 "recipe_result": null,
854 "status_code": 0 829 "status_code": 0
855 } 830 }
856 ] 831 ]
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