| 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 "Android Builder", | 10 "Android Builder", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "ninja", | 344 "ninja", |
| 345 "--compiler", | 345 "--compiler", |
| 346 "goma", | 346 "goma", |
| 347 "--goma-jsonstatus", | 347 "--goma-jsonstatus", |
| 348 "/path/to/tmp/json", | 348 "/path/to/tmp/json", |
| 349 "--goma-service-account-json-file", | 349 "--goma-service-account-json-file", |
| 350 "/creds/service_accounts/service-account-goma-client.json", | 350 "/creds/service_accounts/service-account-goma-client.json", |
| 351 "--goma-dir", | 351 "--goma-dir", |
| 352 "[CACHE]/cipd/goma", | 352 "[CACHE]/cipd/goma", |
| 353 "--", | 353 "--", |
| 354 "chrome_public_test_apk", | 354 "chrome_public_test_apk" |
| 355 "system_webview_apk" | |
| 356 ], | 355 ], |
| 357 "env": { | 356 "env": { |
| 358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 359 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 360 }, | 359 }, |
| 361 "name": "compile", | 360 "name": "compile", |
| 362 "~followup_annotations": [ | 361 "~followup_annotations": [ |
| 363 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 364 "@@@STEP_LOG_END@json.output (invalid)@@@" | 363 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 365 ] | 364 ] |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "~followup_annotations": [ | 445 "~followup_annotations": [ |
| 447 "@@@STEP_TEXT@Android Tests@@@" | 446 "@@@STEP_TEXT@Android Tests@@@" |
| 448 ] | 447 ] |
| 449 }, | 448 }, |
| 450 { | 449 { |
| 451 "name": "$result", | 450 "name": "$result", |
| 452 "recipe_result": null, | 451 "recipe_result": null, |
| 453 "status_code": 0 | 452 "status_code": 0 |
| 454 } | 453 } |
| 455 ] | 454 ] |
| OLD | NEW |