| 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_gn_rel", | 7 "[BUILDER_CACHE]/android_gn_rel", |
| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 257 "@@@STEP_LOG_END@json.output (invalid)@@@" | 257 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 258 ] | 258 ] |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "name": "$result", | 261 "name": "$result", |
| 262 "recipe_result": null, | 262 "recipe_result": null, |
| 263 "status_code": 0 | 263 "status_code": 0 |
| 264 } | 264 } |
| 265 ] | 265 ] |
| OLD | NEW |