| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "--src-dir", | 305 "--src-dir", |
| 306 "[SLAVE_BUILD]/src", | 306 "[SLAVE_BUILD]/src", |
| 307 "--goma-cache-dir", | 307 "--goma-cache-dir", |
| 308 "[GOMA_CACHE]", | 308 "[GOMA_CACHE]", |
| 309 "--build-tool", | 309 "--build-tool", |
| 310 "ninja", | 310 "ninja", |
| 311 "--compiler", | 311 "--compiler", |
| 312 "goma", | 312 "goma", |
| 313 "--goma-jsonstatus", | 313 "--goma-jsonstatus", |
| 314 "/path/to/tmp/json", | 314 "/path/to/tmp/json", |
| 315 "--goma-service-account-json-file", |
| 316 "/creds/service_accounts/service-account-goma-client.json", |
| 315 "--goma-dir", | 317 "--goma-dir", |
| 316 "[CACHE]/cipd/goma", | 318 "[CACHE]/cipd/goma", |
| 317 "--", | 319 "--", |
| 318 "base_unittests_apk" | 320 "base_unittests_apk" |
| 319 ], | 321 ], |
| 320 "cwd": "[SLAVE_BUILD]", | 322 "cwd": "[SLAVE_BUILD]", |
| 321 "env": { | 323 "env": { |
| 322 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 324 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 323 }, | 325 }, |
| 324 "name": "compile", | 326 "name": "compile", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 504 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 503 "@@@STEP_LOG_END@python.inline@@@" | 505 "@@@STEP_LOG_END@python.inline@@@" |
| 504 ] | 506 ] |
| 505 }, | 507 }, |
| 506 { | 508 { |
| 507 "name": "$result", | 509 "name": "$result", |
| 508 "recipe_result": null, | 510 "recipe_result": null, |
| 509 "status_code": 0 | 511 "status_code": 0 |
| 510 } | 512 } |
| 511 ] | 513 ] |
| OLD | NEW |