| 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]/linux", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 { | 315 { |
| 316 "cmd": [ | 316 "cmd": [ |
| 317 "python", | 317 "python", |
| 318 "-u", | 318 "-u", |
| 319 "import sys; sys.exit(0)" | 319 "import sys; sys.exit(0)" |
| 320 ], | 320 ], |
| 321 "name": "analyze", | 321 "name": "analyze", |
| 322 "~followup_annotations": [ | 322 "~followup_annotations": [ |
| 323 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 323 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 324 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 324 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 325 "@@@STEP_LOG_END@excluded_files@@@" | 325 "@@@STEP_LOG_END@excluded_files@@@", |
| 326 ] | |
| 327 }, | |
| 328 { | |
| 329 "cmd": [ | |
| 330 "python", | |
| 331 "-u", | |
| 332 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 333 "--show-path", | |
| 334 "python", | |
| 335 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 336 "--event-mon-run-type", | |
| 337 "test", | |
| 338 "--master-name", | |
| 339 "tryserver.chromium.linux", | |
| 340 "--builder-name", | |
| 341 "linux_chromium_rel_ng", | |
| 342 "--build-id", | |
| 343 "571", | |
| 344 "--analyze-input", | |
| 345 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"base_unittests\"]}", | |
| 346 "--analyze-output", | |
| 347 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 348 ], | |
| 349 "name": "analyze report", | |
| 350 "~followup_annotations": [ | |
| 351 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 326 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 352 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 327 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 353 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 328 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 355 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 330 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 356 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 331 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 357 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 332 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 358 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 333 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 359 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 334 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 360 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 335 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 674 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 700 ] | 675 ] |
| 701 }, | 676 }, |
| 702 { | 677 { |
| 703 "name": "$result", | 678 "name": "$result", |
| 704 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 679 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 705 "recipe_result": null, | 680 "recipe_result": null, |
| 706 "status_code": 1 | 681 "status_code": 1 |
| 707 } | 682 } |
| 708 ] | 683 ] |
| OLD | NEW |