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