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