| 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 Android (dbg)", | 10 "Cast Android (dbg)", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "--goma-cache-dir", | 297 "--goma-cache-dir", |
| 298 "[GOMA_CACHE]", | 298 "[GOMA_CACHE]", |
| 299 "--build-tool", | 299 "--build-tool", |
| 300 "ninja", | 300 "ninja", |
| 301 "--build-data-dir", | 301 "--build-data-dir", |
| 302 "[ROOT]/build_data_dir", | 302 "[ROOT]/build_data_dir", |
| 303 "--compiler", | 303 "--compiler", |
| 304 "goma", | 304 "goma", |
| 305 "--goma-jsonstatus", | 305 "--goma-jsonstatus", |
| 306 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
| 307 "--goma-service-account-json-file", |
| 308 "/creds/service_accounts/service-account-goma-client.json", |
| 307 "--goma-dir", | 309 "--goma-dir", |
| 308 "[CACHE]/cipd/goma", | 310 "[CACHE]/cipd/goma", |
| 309 "--", | 311 "--", |
| 310 "cast_shell_apk" | 312 "cast_shell_apk" |
| 311 ], | 313 ], |
| 312 "cwd": "[SLAVE_BUILD]", | 314 "cwd": "[SLAVE_BUILD]", |
| 313 "env": { | 315 "env": { |
| 314 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 316 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 315 }, | 317 }, |
| 316 "name": "compile", | 318 "name": "compile", |
| 317 "~followup_annotations": [ | 319 "~followup_annotations": [ |
| 318 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 320 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 319 "@@@STEP_LOG_END@json.output (invalid)@@@" | 321 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 320 ] | 322 ] |
| 321 }, | 323 }, |
| 322 { | 324 { |
| 323 "name": "$result", | 325 "name": "$result", |
| 324 "recipe_result": null, | 326 "recipe_result": null, |
| 325 "status_code": 0 | 327 "status_code": 0 |
| 326 } | 328 } |
| 327 ] | 329 ] |
| OLD | NEW |