| 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]/v8_linux_chromium_gn_rel", | 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "--patchset", | 45 "--patchset", |
| 46 "1", | 46 "1", |
| 47 "--rietveld_server", | 47 "--rietveld_server", |
| 48 "https://codereview.chromium.org", | 48 "https://codereview.chromium.org", |
| 49 "--output_json", | 49 "--output_json", |
| 50 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 51 "--revision", | 51 "--revision", |
| 52 "src@origin/lkcr", | 52 "src@origin/lkcr", |
| 53 "--revision", | 53 "--revision", |
| 54 "src/v8@22135", | 54 "src/v8@22135", |
| 55 "--output_manifest" | 55 "--output_manifest", |
| 56 "--gerrit_no_rebase_patch_ref" |
| 56 ], | 57 ], |
| 57 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", | 58 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", |
| 58 "env": { | 59 "env": { |
| 59 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 60 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 61 }, | 62 }, |
| 62 "name": "bot_update", | 63 "name": "bot_update", |
| 63 "~followup_annotations": [ | 64 "~followup_annotations": [ |
| 64 "@@@STEP_TEXT@Some step text@@@", | 65 "@@@STEP_TEXT@Some step text@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@{@@@", | 66 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 626 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 626 ] | 627 ] |
| 627 }, | 628 }, |
| 628 { | 629 { |
| 629 "name": "$result", | 630 "name": "$result", |
| 630 "reason": "Step('compile (with patch)') failed with return_code 1", | 631 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 631 "recipe_result": null, | 632 "recipe_result": null, |
| 632 "status_code": 1 | 633 "status_code": 1 |
| 633 } | 634 } |
| 634 ] | 635 ] |
| OLD | NEW |