| 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 282 "--build-data-dir", |
| 283 "[ROOT]/build_data_dir", | 283 "[ROOT]/build_data_dir", |
| 284 "--compiler", | 284 "--compiler", |
| 285 "goma-clang", | 285 "goma-clang", |
| 286 "--goma-jsonstatus", | 286 "--goma-jsonstatus", |
| 287 "/path/to/tmp/json", | 287 "/path/to/tmp/json", |
| 288 "--goma-service-account-json-file", |
| 289 "/creds/service_accounts/service-account-goma-client.json", |
| 288 "--goma-dir", | 290 "--goma-dir", |
| 289 "[CACHE]/cipd/goma", | 291 "[CACHE]/cipd/goma", |
| 290 "--ninja-ensure-up-to-date", | 292 "--ninja-ensure-up-to-date", |
| 291 "--", | 293 "--", |
| 292 "cast_shell" | 294 "cast_shell" |
| 293 ], | 295 ], |
| 294 "cwd": "[SLAVE_BUILD]", | 296 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "compile", | 297 "name": "compile", |
| 296 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 299 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 298 "@@@STEP_LOG_END@json.output (invalid)@@@" | 300 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 299 ] | 301 ] |
| 300 }, | 302 }, |
| 301 { | 303 { |
| 302 "name": "$result", | 304 "name": "$result", |
| 303 "recipe_result": null, | 305 "recipe_result": null, |
| 304 "status_code": 0 | 306 "status_code": 0 |
| 305 } | 307 } |
| 306 ] | 308 ] |
| OLD | NEW |