| 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 Builder (dbg)", | 10 "Android Builder (dbg)", |
| (...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", |
| 304 "--goma-dir", | 306 "--goma-dir", |
| 305 "[BUILD]/goma", | 307 "[BUILD]/goma", |
| 306 "--", | 308 "--", |
| 307 "android_webview_test_apk", | 309 "android_webview_test_apk", |
| 308 "android_webview_unittests_apk", | 310 "android_webview_unittests_apk", |
| 309 "base_unittests_apk", | 311 "base_unittests_apk", |
| 310 "breakpad_unittests_deps", | 312 "breakpad_unittests_deps", |
| 311 "cc_unittests_apk", | 313 "cc_unittests_apk", |
| 312 "chrome_junit_tests", | 314 "chrome_junit_tests", |
| 313 "chrome_public_test_apk", | 315 "chrome_public_test_apk", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "~followup_annotations": [ | 505 "~followup_annotations": [ |
| 504 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" | 506 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" |
| 505 ] | 507 ] |
| 506 }, | 508 }, |
| 507 { | 509 { |
| 508 "name": "$result", | 510 "name": "$result", |
| 509 "recipe_result": null, | 511 "recipe_result": null, |
| 510 "status_code": 0 | 512 "status_code": 0 |
| 511 } | 513 } |
| 512 ] | 514 ] |
| OLD | NEW |