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