| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/android", | 7 "[BUILDER_CACHE]/android", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 { | 281 { |
| 282 "cmd": [ | 282 "cmd": [ |
| 283 "python", | 283 "python", |
| 284 "-u", | 284 "-u", |
| 285 "import sys; sys.exit(0)" | 285 "import sys; sys.exit(0)" |
| 286 ], | 286 ], |
| 287 "name": "analyze", | 287 "name": "analyze", |
| 288 "~followup_annotations": [ | 288 "~followup_annotations": [ |
| 289 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 289 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 290 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 290 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 291 "@@@STEP_LOG_END@excluded_files@@@", | 291 "@@@STEP_LOG_END@excluded_files@@@" |
| 292 ] |
| 293 }, |
| 294 { |
| 295 "cmd": [ |
| 296 "python", |
| 297 "-u", |
| 298 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 299 "--show-path", |
| 300 "python", |
| 301 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", |
| 302 "--event-mon-run-type", |
| 303 "test", |
| 304 "--master-name", |
| 305 "tryserver.chromium.android", |
| 306 "--builder-name", |
| 307 "android_coverage", |
| 308 "--build-id", |
| 309 "571", |
| 310 "--analyze-input", |
| 311 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"android_webview_test_apk\", \"chrome_public_test_apk\", \"chrome_sync_
shell_test_apk\", \"content_shell_test_apk\"]}", |
| 312 "--analyze-output", |
| 313 "{\"status\": \"Analyze disabled: matched exclusion\"}" |
| 314 ], |
| 315 "name": "analyze report", |
| 316 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 317 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 293 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 318 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 294 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 319 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 295 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@", | 320 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@", |
| 296 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_public_test_apk\", @@@", | 321 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_public_test_apk\", @@@", |
| 297 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_sync_shell_test_apk\", @@@"
, | 322 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_sync_shell_test_apk\", @@@"
, |
| 298 "@@@STEP_LOG_LINE@analyze_details@ \"content_shell_test_apk\"@@@", | 323 "@@@STEP_LOG_LINE@analyze_details@ \"content_shell_test_apk\"@@@", |
| 299 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 324 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 300 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 325 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@", | 326 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@", |
| (...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1775 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1751 "@@@STEP_LOG_END@python.inline@@@" | 1776 "@@@STEP_LOG_END@python.inline@@@" |
| 1752 ] | 1777 ] |
| 1753 }, | 1778 }, |
| 1754 { | 1779 { |
| 1755 "name": "$result", | 1780 "name": "$result", |
| 1756 "recipe_result": null, | 1781 "recipe_result": null, |
| 1757 "status_code": 0 | 1782 "status_code": 0 |
| 1758 } | 1783 } |
| 1759 ] | 1784 ] |
| OLD | NEW |