| 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]/android_clang_dbg", | 7 "[BUILDER_CACHE]/android_clang_dbg", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 ] | 121 ] |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [], | 124 "cmd": [], |
| 125 "name": "ensure_goma" | 125 "name": "ensure_goma" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 132 "--platform", | 132 "--platform", |
| 133 "linux-386", | 133 "linux-386", |
| 134 "--dest-directory", | 134 "--dest-directory", |
| 135 "[SLAVE_BUILD]/cipd", | 135 "[SLAVE_BUILD]/cipd", |
| 136 "--json-output", | 136 "--json-output", |
| 137 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
| 138 ], | 138 ], |
| 139 "name": "ensure_goma.install cipd", | 139 "name": "ensure_goma.install cipd", |
| 140 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 141 "@@@STEP_NEST_LEVEL@1@@@", | 141 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 279 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 280 ] | 280 ] |
| 281 }, | 281 }, |
| 282 { | 282 { |
| 283 "name": "$result", | 283 "name": "$result", |
| 284 "recipe_result": null, | 284 "recipe_result": null, |
| 285 "status_code": 0 | 285 "status_code": 0 |
| 286 } | 286 } |
| 287 ] | 287 ] |
| OLD | NEW |