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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gyp_goma.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 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": [
386 "@@@STEP_LOG_LINE@analyze_details@{@@@", 361 "@@@STEP_LOG_LINE@analyze_details@{@@@",
387 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
388 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 363 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
389 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 364 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
390 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 365 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
391 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 366 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
392 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 367 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
393 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 368 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
394 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 369 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
395 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 370 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 "@@@STEP_LOG_END@json.output@@@", 823 "@@@STEP_LOG_END@json.output@@@",
849 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 824 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
850 ] 825 ]
851 }, 826 },
852 { 827 {
853 "name": "$result", 828 "name": "$result",
854 "recipe_result": null, 829 "recipe_result": null,
855 "status_code": 0 830 "status_code": 0
856 } 831 }
857 ] 832 ]
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