| 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_clobber", | 7 "[BUILDER_CACHE]/linux_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "--issue", | 43 "--issue", |
| 44 "12853011", | 44 "12853011", |
| 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@HEAD", | 52 "src@HEAD", |
| 53 "--output_manifest", | 53 "--output_manifest" |
| 54 "--gerrit_no_rebase_patch_ref" | |
| 55 ], | 54 ], |
| 56 "cwd": "[BUILDER_CACHE]/linux_clobber", | 55 "cwd": "[BUILDER_CACHE]/linux_clobber", |
| 57 "env": { | 56 "env": { |
| 58 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 57 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 60 }, | 59 }, |
| 61 "name": "bot_update", | 60 "name": "bot_update", |
| 62 "~followup_annotations": [ | 61 "~followup_annotations": [ |
| 63 "@@@STEP_TEXT@Some step text@@@", | 62 "@@@STEP_TEXT@Some step text@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@{@@@", | 63 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 "import sys; sys.exit(0)" | 438 "import sys; sys.exit(0)" |
| 440 ], | 439 ], |
| 441 "name": "mark: before_tests" | 440 "name": "mark: before_tests" |
| 442 }, | 441 }, |
| 443 { | 442 { |
| 444 "name": "$result", | 443 "name": "$result", |
| 445 "recipe_result": null, | 444 "recipe_result": null, |
| 446 "status_code": 0 | 445 "status_code": 0 |
| 447 } | 446 } |
| 448 ] | 447 ] |
| OLD | NEW |