| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac", | 10 "Mac", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 ] | 182 ] |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 "cmd": [ | 185 "cmd": [ |
| 186 "python", | 186 "python", |
| 187 "-u", | 187 "-u", |
| 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 189 "--show-path", | 189 "--show-path", |
| 190 "python", | 190 "python", |
| 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 192 "--gsutil-py-path", |
| 193 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 192 "--ninja-path", | 194 "--ninja-path", |
| 193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 194 "--target", | 196 "--target", |
| 195 "Release", | 197 "Release", |
| 196 "--src-dir", | 198 "--src-dir", |
| 197 "[SLAVE_BUILD]/src", | 199 "[SLAVE_BUILD]/src", |
| 198 "--goma-cache-dir", | 200 "--goma-cache-dir", |
| 199 "[GOMA_CACHE]", | 201 "[GOMA_CACHE]", |
| 200 "--build-tool", | 202 "--build-tool", |
| 201 "ninja", | 203 "ninja", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 ], | 235 ], |
| 234 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "archive_build" | 237 "name": "archive_build" |
| 236 }, | 238 }, |
| 237 { | 239 { |
| 238 "name": "$result", | 240 "name": "$result", |
| 239 "recipe_result": null, | 241 "recipe_result": null, |
| 240 "status_code": 0 | 242 "status_code": 0 |
| 241 } | 243 } |
| 242 ] | 244 ] |
| OLD | NEW |