| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "--src-dir", | 255 "--src-dir", |
| 256 "[SLAVE_BUILD]/src", | 256 "[SLAVE_BUILD]/src", |
| 257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
| 258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
| 259 "--build-tool", | 259 "--build-tool", |
| 260 "ninja", | 260 "ninja", |
| 261 "--compiler", | 261 "--compiler", |
| 262 "goma-clang", | 262 "goma-clang", |
| 263 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", |
| 266 "/creds/service_accounts/service-account-goma-client.json", |
| 265 "--goma-dir", | 267 "--goma-dir", |
| 266 "[BUILD]/goma", | 268 "[BUILD]/goma", |
| 267 "--ninja-ensure-up-to-date", | 269 "--ninja-ensure-up-to-date", |
| 268 "--clobber", | 270 "--clobber", |
| 269 "--", | 271 "--", |
| 270 "all" | 272 "all" |
| 271 ], | 273 ], |
| 272 "cwd": "[SLAVE_BUILD]", | 274 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "compile", | 275 "name": "compile", |
| 274 "~followup_annotations": [ | 276 "~followup_annotations": [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 292 ], | 294 ], |
| 293 "cwd": "[SLAVE_BUILD]", | 295 "cwd": "[SLAVE_BUILD]", |
| 294 "name": "archive_build" | 296 "name": "archive_build" |
| 295 }, | 297 }, |
| 296 { | 298 { |
| 297 "name": "$result", | 299 "name": "$result", |
| 298 "recipe_result": null, | 300 "recipe_result": null, |
| 299 "status_code": 0 | 301 "status_code": 0 |
| 300 } | 302 } |
| 301 ] | 303 ] |
| OLD | NEW |