| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Cast Linux", | 10 "Cast Linux", |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "--src-dir", | 276 "--src-dir", |
| 277 "[SLAVE_BUILD]/src", | 277 "[SLAVE_BUILD]/src", |
| 278 "--goma-cache-dir", | 278 "--goma-cache-dir", |
| 279 "[GOMA_CACHE]", | 279 "[GOMA_CACHE]", |
| 280 "--build-tool", | 280 "--build-tool", |
| 281 "ninja", | 281 "ninja", |
| 282 "--compiler", | 282 "--compiler", |
| 283 "goma-clang", | 283 "goma-clang", |
| 284 "--goma-jsonstatus", | 284 "--goma-jsonstatus", |
| 285 "/path/to/tmp/json", | 285 "/path/to/tmp/json", |
| 286 "--goma-service-account-json-file", | |
| 287 "/creds/service_accounts/service-account-goma-client.json", | |
| 288 "--goma-dir", | 286 "--goma-dir", |
| 289 "[CACHE]/cipd/goma", | 287 "[CACHE]/cipd/goma", |
| 290 "--ninja-ensure-up-to-date", | 288 "--ninja-ensure-up-to-date", |
| 291 "--", | 289 "--", |
| 292 "cast_shell" | 290 "cast_shell" |
| 293 ], | 291 ], |
| 294 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "compile", | 293 "name": "compile", |
| 296 "~followup_annotations": [ | 294 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 295 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 298 "@@@STEP_LOG_END@json.output (invalid)@@@" | 296 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 299 ] | 297 ] |
| 300 }, | 298 }, |
| 301 { | 299 { |
| 302 "name": "$result", | 300 "name": "$result", |
| 303 "recipe_result": null, | 301 "recipe_result": null, |
| 304 "status_code": 0 | 302 "status_code": 0 |
| 305 } | 303 } |
| 306 ] | 304 ] |
| OLD | NEW |