| 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 "[GIT_CACHE]", | 455 "[GIT_CACHE]", |
| 456 "--rietveld_server", | 456 "--rietveld_server", |
| 457 "https://codereview.chromium.org", | 457 "https://codereview.chromium.org", |
| 458 "--output_json", | 458 "--output_json", |
| 459 "/path/to/tmp/json", | 459 "/path/to/tmp/json", |
| 460 "--revision", | 460 "--revision", |
| 461 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 461 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 462 "--force", | 462 "--force", |
| 463 "--output_manifest" | 463 "--output_manifest" |
| 464 ], | 464 ], |
| 465 "cwd": "[BUILDER_CACHE]/linux", |
| 465 "env": { | 466 "env": { |
| 466 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 467 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 467 }, | 468 }, |
| 468 "name": "bot_update (without patch)", | 469 "name": "bot_update (without patch)", |
| 469 "~followup_annotations": [ | 470 "~followup_annotations": [ |
| 470 "@@@STEP_TEXT@Some step text@@@", | 471 "@@@STEP_TEXT@Some step text@@@", |
| 471 "@@@STEP_LOG_LINE@json.output@{@@@", | 472 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 472 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 473 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 473 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 474 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 622 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
| 622 ] | 623 ] |
| 623 }, | 624 }, |
| 624 { | 625 { |
| 625 "name": "$result", | 626 "name": "$result", |
| 626 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 627 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
| 627 "recipe_result": null, | 628 "recipe_result": null, |
| 628 "status_code": 1 | 629 "status_code": 1 |
| 629 } | 630 } |
| 630 ] | 631 ] |
| OLD | NEW |