| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 { | 309 { |
| 310 "cmd": [ | 310 "cmd": [ |
| 311 "python", | 311 "python", |
| 312 "-u", | 312 "-u", |
| 313 "import sys; sys.exit(0)" | 313 "import sys; sys.exit(0)" |
| 314 ], | 314 ], |
| 315 "name": "analyze", | 315 "name": "analyze", |
| 316 "~followup_annotations": [ | 316 "~followup_annotations": [ |
| 317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 319 "@@@STEP_LOG_END@excluded_files@@@" | 319 "@@@STEP_LOG_END@excluded_files@@@", |
| 320 ] | |
| 321 }, | |
| 322 { | |
| 323 "cmd": [ | |
| 324 "python", | |
| 325 "-u", | |
| 326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 327 "--show-path", | |
| 328 "python", | |
| 329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 330 "--event-mon-run-type", | |
| 331 "test", | |
| 332 "--master-name", | |
| 333 "tryserver.chromium.linux", | |
| 334 "--builder-name", | |
| 335 "linux_chromium_rel_ng", | |
| 336 "--build-id", | |
| 337 "571", | |
| 338 "--analyze-input", | |
| 339 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | |
| 340 "--analyze-output", | |
| 341 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 342 ], | |
| 343 "name": "analyze report", | |
| 344 "~followup_annotations": [ | |
| 345 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 320 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 346 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 321 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 347 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 322 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 348 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 323 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 349 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 324 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 350 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 325 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 351 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 326 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 352 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 327 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.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@ ], @@@", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "import sys; sys.exit(0)" | 422 "import sys; sys.exit(0)" |
| 448 ], | 423 ], |
| 449 "name": "mark: before_tests" | 424 "name": "mark: before_tests" |
| 450 }, | 425 }, |
| 451 { | 426 { |
| 452 "name": "$result", | 427 "name": "$result", |
| 453 "recipe_result": null, | 428 "recipe_result": null, |
| 454 "status_code": 0 | 429 "status_code": 0 |
| 455 } | 430 } |
| 456 ] | 431 ] |
| OLD | NEW |